1 Star 0 Fork 0

jaawu/taro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 949 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zakary 提交于 2019-11-04 11:03 . feat: get types from ts
{
"compilerOptions": {
"target": "ES2017",
"module": "ESNext",
"removeComments": false,
"preserveConstEnums": true,
"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/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
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jaawu/taro.git
git@gitee.com:jaawu/taro.git
jaawu
taro
taro
master

搜索帮助