1 Star 0 Fork 1

耀龙啊/yaolong-web-portal-vue3-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 851 Bytes
一键复制 编辑 原始数据 按行查看 历史
耀龙啊 提交于 2023-01-20 10:00 +08:00 . 初始化前端门户模板
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowJs": true,
"strict": true,
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": [
"ESNext",
"DOM"
],
"skipLibCheck": true,
"types": ["vite/client"],
"noEmit": true,
"baseUrl": ".",
"paths": {
"/@/*": [
"src/*"
],
"/#/*": [
"types/*"
]
}
},
"include": [
"tests/**/*.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/**/*.d.ts",
"types/**/*.ts"
],
"references": [
{
"path": "./tsconfig.node.json"
}
],
"exclude": [
"node_modules",
"dist",
"**/*.js"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/yaolonga/yaolong-web-portal-vue3-ts.git
git@gitee.com:yaolonga/yaolong-web-portal-vue3-ts.git
yaolonga
yaolong-web-portal-vue3-ts
yaolong-web-portal-vue3-ts
master

搜索帮助