1 Star 0 Fork 4

bluestone / three-vue3-ts

forked from strivelei / three-vue3-ts 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
strivelei 提交于 2022-12-11 11:38 . 初始化
{
"compilerOptions": {
"incremental": true,
"allowSyntheticDefaultImports": true,
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"noImplicitThis": true,
"suppressImplicitAnyIndexErrors": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"skipLibCheck": true,
"removeComments": true,
"types": ["vite/client", "element-plus/global"],
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"],
"app/*": ["./src/*"],
"config/*": ["./src/config"],
"use/*": ["./src/use"],
"components/*": ["./src/components/*"],
"assets/*": ["./src/assets/*"],
"api/*": ["./src/api/*"],
"router/*": ["./src/router/*"],
"http/*": ["./src/http/*"],
"store/*": ["./src/store/*"],
"views/*": ["./src/views/*"],
"utils/*": ["./src/utils/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.js", "build/*.ts"],
"exclude": ["node_modules"],
"references": [{ "path": "./tsconfig.node.json" }]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bluestone029/three-vue3-ts.git
git@gitee.com:bluestone029/three-vue3-ts.git
bluestone029
three-vue3-ts
three-vue3-ts
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891