1 Star 0 Fork 2

commongit/panis-admin

forked from runningforyou/panis-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
paynezhuang 提交于 2024-05-08 12:29 . feat(projects): init
{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"jsxImportSource": "vue",
"lib": ["DOM", "ESNext"],
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "node",
"paths": {
"@/*": ["./src/*"],
"~/*": ["./*"]
},
"resolveJsonModule": true,
"types": ["vite/client", "node", "unplugin-icons/types/vue", "naive-ui/volar"],
"strict": true,
"strictNullChecks": true,
"noUnusedLocals": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true
},
"include": ["./**/*.ts", "./**/*.tsx", "./**/*.vue"],
"exclude": ["node_modules", "dist"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/commongit/panis-admin.git
[email protected]:commongit/panis-admin.git
commongit
panis-admin
panis-admin
main

搜索帮助