21 Star 244 Fork 101

LvHuaiSheng / gzm-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
lvhuaisheng 提交于 2023-12-08 19:29 . init
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"isolatedModules": false,
"experimentalDecorators": true,
"esModuleInterop": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"removeComments": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"allowJs": true,
"lib": ["esnext", "dom"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
},
"skipLibCheck": true
},
"include": ["auto-imports.d.ts","components.d.ts", "src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
}
TypeScript
1
https://gitee.com/sourcenet/gzm-design.git
git@gitee.com:sourcenet/gzm-design.git
sourcenet
gzm-design
gzm-design
develop

搜索帮助