1 Star 2 Fork 5

142vip/408CSFamily

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compileOnSave": true,
"compilerOptions": {
"target": "ES2020",
"moduleDetection": "force",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "node",
"paths": {
"@theme/*": [
".vitepress/theme/*"
]
},
"resolveJsonModule": true,
"typeRoots": [
"./typings",
"./node_modules/@types"
],
"strictNullChecks": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"declaration": true,
"inlineSourceMap": true,
"stripInternal": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"pretty": true
},
"exclude": [
"dist",
"node_modules",
"test"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chufan443/408CSFamily.git
[email protected]:chufan443/408CSFamily.git
chufan443
408CSFamily
408CSFamily
main

搜索帮助