1 Star 0 Fork 196

天诺时空 / Taro

forked from 凹凸实验室 / Taro 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1008 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "ES2017",
"module": "ESNext",
"removeComments": false,
"preserveConstEnums": false,
"moduleResolution": "node",
"experimentalDecorators": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"outDir": "lib",
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"sourceMap": true,
"baseUrl": ".",
"rootDir": ".",
"paths": {
"@tarojs/shared": ["packages/shared/src"],
"@tarojs/taro": ["packages/taro/types/index.d.ts"],
"@tarojs/runtime": ["packages/taro-runtime/src"],
"@dom": ["packages/taro-runtime/src/dom"],
"@tarojs/components": ["packages/taro-components/types"]
}
},
"include": [
"packages/global.d.ts",
"packages/*/src"
],
"exclude": [
"__tests__",
"node_modules",
"dist",
"tests",
"jest",
"**/*.test.ts",
"**/*.spec.ts"
],
"compileOnSave": false
}
JavaScript
1
https://gitee.com/dcboy/Taro.git
git@gitee.com:dcboy/Taro.git
dcboy
Taro
Taro
next

搜索帮助