1 Star 0 Fork 64

xxdd / iot-mp-home

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiwa 提交于 2022-05-04 11:47 . init
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"removeComments": false,
"preserveConstEnums": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"outDir": "lib",
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"sourceMap": true,
"baseUrl": ".",
"rootDir": ".",
"jsx": "react",
"allowJs": true,
"resolveJsonModule": true,
"typeRoots": [
"node_modules/@types"
]
},
"include": ["./src", "global.d.ts"],
"compileOnSave": false
}
JavaScript
1
https://gitee.com/junnapp/iot-mp-home.git
git@gitee.com:junnapp/iot-mp-home.git
junnapp
iot-mp-home
iot-mp-home
master

搜索帮助