1 Star 0 Fork 0

王大蛋/vitify-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.app.json 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yue JIN 提交于 2023-04-21 14:38 . chore: add back isolatedModules
{
"compilerOptions": {
"baseUrl": "./",
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"@/*": ["src/*"]
},
// No `ScriptHost` as dropping support for IE
"lib": ["esnext", "DOM", "DOM.iterable"],
"types": [],
"skipLibCheck": true
},
"vueCompilerOptions": {
"target": 2.7
},
"include": ["src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangdadan/vitify-admin.git
git@gitee.com:wangdadan/vitify-admin.git
wangdadan
vitify-admin
vitify-admin
main

搜索帮助