1 Star 0 Fork 51

huangyuxi/vite-vue3-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
buqiyuan 提交于 2023-10-11 19:24 . refactor: migrate antdv to v4 (#38)
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
// https://github.com/lokalise/i18n-ally/issues/994
"ts-node": {
"compilerOptions": {
"module": "es2015",
"moduleResolution": "node"
}
},
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler",
"strict": true,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"jsx": "preserve",
"baseUrl": ".",
"allowJs": true,
"sourceMap": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"lib": ["dom", "esnext"],
"noImplicitAny": false,
"skipLibCheck": true,
"removeComments": true,
"types": ["node", "vite/client"],
"paths": {
"@/*": ["src/*"]
}
},
"include": [
"**/*.d.ts",
"mock/**/*",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/**/*.d.ts",
"types/**/*.ts",
"vite.config.ts"
],
"exclude": ["node_modules", "dist", "**/*.js", "**/*.md", "src/**/*.md"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/hyuxi/vite-vue3-admin.git
git@gitee.com:hyuxi/vite-vue3-admin.git
hyuxi
vite-vue3-admin
vite-vue3-admin
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385