2 Star 8 Fork 4

浅梦凉城 / utools的vite模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 705 Bytes
一键复制 编辑 原始数据 按行查看 历史
浅梦凉城 提交于 2024-04-03 14:16 . 更新依赖项
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"jsxImportSource": "vue",
"lib": [
"ESNext",
"DOM"
],
"skipLibCheck": true,
"baseUrl": "./",
"paths": {
"@/*": [
"./src/*"
]
},
"noEmit": true,
"types": [
"utools-api-types"
]
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
1
https://gitee.com/qiaoshengda/vite-utools-template.git
git@gitee.com:qiaoshengda/vite-utools-template.git
qiaoshengda
vite-utools-template
utools的vite模板
master

搜索帮助