1 Star 0 Fork 6

igit-cn/codeblitz

forked from opensumi/codeblitz 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
qingyi.xjh 提交于 2023-07-27 11:23 +08:00 . chore: 重构改造
{
"compilerOptions": {
"module": "ES2015",
"target": "ES2017",
"moduleResolution": "node",
"strict": true,
"strictPropertyInitialization": false,
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"importHelpers": true,
"resolveJsonModule": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"downlevelIteration": true,
"noEmitOnError": false,
"noImplicitAny": false,
"skipLibCheck": false,
"strictFunctionTypes": false,
"jsx": "react",
"baseUrl": ".",
"rootDir": ".",
"outDir": "dist",
"noUnusedLocals": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,
"lib": [
"DOM",
"ES2015",
"ES2016",
"ES2017"
],
"paths": {
"@codeblitzjs/ide-core": ["packages/core/src"],
"@codeblitzjs/ide-core/lib/*": ["packages/core/src/*"],
"@codeblitzjs/ide-*": ["packages/*/src"]
},
"typeRoots": [
"./node_modules/@types",
"./typings"
]
},
"include": [
"packages/**/src"
],
"exclude": [
"packages/toolkit",
"node_modules",
"*.d.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/igit-cn/codeblitz.git
git@gitee.com:igit-cn/codeblitz.git
igit-cn
codeblitz
codeblitz
main

搜索帮助