11 Star 152 Fork 23

mallfoundry / taroify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangzhi 提交于 2021-11-13 20:28 . Set skipLibCheck to true
{
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"sourceMap": false,
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"allowJs": false,
"strict": true,
"noUnusedLocals": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": false,
"experimentalDecorators": true,
"resolveJsonModule": true,
"removeComments": true,
"declaration": true,
"declarationMap": true,
"skipLibCheck": true,
"types": [
"jest",
"node"
],
"rootDir": ".",
"jsx": "react",
"typeRoots": [
"node_modules/@types"
]
},
"include": [
"packages/*/src",
"jest/jest-setup.ts",
"typings.d.ts"
],
"exclude": [
"node_modules"
]
}
TypeScript
1
https://gitee.com/mallfoundry/taroify.git
git@gitee.com:mallfoundry/taroify.git
mallfoundry
taroify
taroify
main

搜索帮助