2 Star 8 Fork 5

旭阳Risun/Admin-Juejin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
sunhongyu 提交于 2023-04-25 11:39 . chore: 更新依赖
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"useDefineForClassFields": true,
"jsx": "preserve",
"importHelpers": true,
"experimentalDecorators": true,
"strictFunctionTypes": false,
"skipLibCheck": true, // 解决打包报`vue-tsc --noEmit && vite build`的错,忽略所有的声明文件(*.d.ts)的类型检查
"sourceMap": true,
"strict": false,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"lib": [
"ESNext",
"DOM"
],
"types": [
"node",
"vite/client",
"element-plus/global",
],
"paths": {
"~/*": ["*"],
"@/*": ["./src/*"],
"/#/*": ["./types/*"],
},
},
"include": [
"library/**/*.ts",
"library/**/*.tsx",
"library/**/*.vue",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"config/**/*.ts",
"types/*.d.ts",
"vite.config.ts",
],
"exclude": [
"node_modules",
"dist",
"**/*.js"
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/risun_2022/admin-juejin.git
git@gitee.com:risun_2022/admin-juejin.git
risun_2022
admin-juejin
Admin-Juejin
master

搜索帮助