10 Star 60 Fork 48

geekidea / spring-boot-plus-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
gyc 提交于 2023-06-16 10:28 . 表格页面功能
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"noEmit": true,
"baseUrl": ".",
"types": ["vite-plugin-svg-icons/client"],
"paths": {
"@/*": ["src/*"],
}
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/*.d.ts",
"vite.config.ts"
],
"references": [{ "path": "./tsconfig.node.json" }]
}
1
https://gitee.com/geekidea/spring-boot-plus-vue3.git
git@gitee.com:geekidea/spring-boot-plus-vue3.git
geekidea
spring-boot-plus-vue3
spring-boot-plus-vue3
master

搜索帮助