2 Star 0 Fork 0

梓枝/fast-boot-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
饺子不要陷 提交于 2024-05-13 20:17 . 完成出仓记录
{
"compilerOptions": {
"baseUrl": ".",
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
// "allowJs": true,
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": ["esnext", "dom"],
"types": [
"web-bluetooth",
"vite/client",
"vite-plugin-svg-icons/client"
],
"paths": {
"@/*": ["./src/*"]
},
"noImplicitAny": false
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/hooks/useComputed.ts"],
"exclude": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LongHongYi/fast-boot-vue.git
[email protected]:LongHongYi/fast-boot-vue.git
LongHongYi
fast-boot-vue
fast-boot-vue
master

搜索帮助