7 Star 75 Fork 5

hanbingzi/anyclient-ide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
hanbingzi 提交于 2024-11-24 14:07 . build:项目初始化
{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"jsx": "react",
"moduleResolution": "node",
"esModuleInterop": true,
"baseUrl": "src",
//"strict": true,
"strictPropertyInitialization": false,
"declaration": true,
"sourceMap": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"resolveJsonModule": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"downlevelIteration": true,
"noEmitOnError": false,
"noImplicitAny": false,
"skipLibCheck": true,
"useUnknownInCatchVariables": false,
"isolatedModules": true,
"strictFunctionTypes": false,
"allowSyntheticDefaultImports": true,
"outDir": "app",
"rootDir": "src",
"lib": [
"dom",
"esnext",
"webworker"
],
"typeRoots": [
"./node_modules/@types"
]
},
"include": [
"src/**/*"
],
"exclude": [
"./extensions/**/*",
"./workspace/**/*",
"./hosted/**/*",
"./dist-node/**/*",
"./app/**/*",
"./node_modules/**/*"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanbingzi/anyclient-ide.git
git@gitee.com:hanbingzi/anyclient-ide.git
hanbingzi
anyclient-ide
anyclient-ide
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385