1 Star 0 Fork 0

ctrl-alt-xxh/rap2-dolores

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "esnext",
"target": "es6",
"jsx": "preserve",
"rootDir": "./",
"outDir": "build",
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"noImplicitThis": true,
"noImplicitReturns": false,
"strictFunctionTypes": false,
"pretty": true,
"removeComments": true,
"sourceMap": false,
"inlineSourceMap": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"noEmitHelpers": true,
"skipLibCheck": true,
"preserveConstEnums": true,
"allowJs": false,
"strict": true,
"declaration": false,
"emitDecoratorMetadata": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"moduleResolution": "node",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"baseUrl": "./src",
"lib": [
"dom",
"es2016",
"es2017.object"
],
"esModuleInterop": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"strictNullChecks": false,
},
"filesGlob": [
"types/*.d.ts",
"src/**/*.ts",
"src/**/*.tsx"
],
"exclude": [
"config",
"build",
"dist",
"node_modules",
"__tests__"
],
"types": [
"node",
"webpack",
"react",
"react-dom"
],
"compileOnSave": false,
"include": [
"src"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ctrl-alt-xxh/rap2-dolores.git
git@gitee.com:ctrl-alt-xxh/rap2-dolores.git
ctrl-alt-xxh
rap2-dolores
rap2-dolores
master

搜索帮助