1 Star 1 Fork 1

风铭/react-app-create

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 855 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhiyanjie 提交于 2021-04-09 11:34 +08:00 . update
{
"compilerOptions": {
"jsx": "react",
"module": "esnext",
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"allowJs": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strictNullChecks": true,
"target": "es2015",
"resolveJsonModule": true,
"outDir": "./dist",
"baseUrl": "./src",
"lib": [
"es5",
"es2015",
"es2017",
"dom"
],
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"noEmit": true,
"noFallthroughCasesInSwitch": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dbody/react-app-create.git
git@gitee.com:dbody/react-app-create.git
dbody
react-app-create
react-app-create
master

搜索帮助