15 Star 193 Fork 65

dromara / yft-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
June 提交于 2023-05-27 20:30 . fix: 修复打包后线上环境网格报错
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": true,
// "suppressImplicitAnyIndexErrors": true, //
"sourceMap": true,
"baseUrl": ".",
"types": [
"vite/client"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/*.d.ts",
"tests/**/*.ts",
"tests/**/*.tsx",
],
"files": [
"node_modules/vite-plugin-pwa/client.d.ts"
],
"exclude": [
"node_modules"
],
"references": [{ "path": "./tsconfig.node.json" }]
}
TypeScript
1
https://gitee.com/dromara/yft-design.git
git@gitee.com:dromara/yft-design.git
dromara
yft-design
yft-design
beta12

搜索帮助