17 Star 165 Fork 58

chansee97 / nova-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
chansee97 提交于 2024-04-11 21:56 . fix: modify icons import
{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"lib": ["ESNext", "DOM"],
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"]
},
"resolveJsonModule": true,
"types": ["node", "vite/client", "naive-ui/volar", "unplugin-icons/types/vue"],
"allowJs": true,
"strict": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "dist"]
}
TypeScript
1
https://gitee.com/chansee97/nova-admin.git
git@gitee.com:chansee97/nova-admin.git
chansee97
nova-admin
nova-admin
main

搜索帮助