1 Star 6 Fork 3

Ls.c/Bee-Primevue-Admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 996 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ls.c 提交于 2024-04-01 17:26 . Initial version
{
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "es2016",
"moduleResolution": "node",
"lib": ["es5" ,"DOM", "ESNext"],
"strict": true,
"esModuleInterop": true,
"incremental": false,
"skipLibCheck": true,
"resolveJsonModule": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"forceConsistentCasingInFileNames": true,
"types": [
"vite/client",
"vite-plugin-pages/client",
"vite-plugin-vue-layouts/client",
"@intlify/vite-plugin-vue-i18n/client",
"vitest",
"vitest/global",
],
"paths": {
"@/*": ["./src/*"],
"tslib" : ["./node_modules/tslib/tslib.d.ts"]
}
},
"include": [
"src/**/*.ts",
"cypress/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"auto-imports.d.ts",
"components.d.ts"
],
"exclude": ["dist", "node_modules", "cypress"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lesonchan/bee-primevue-admin.git
git@gitee.com:lesonchan/bee-primevue-admin.git
lesonchan
bee-primevue-admin
Bee-Primevue-Admin
master

搜索帮助