1 Star 0 Fork 593

xess531 / basic

forked from Fantastic-admin / basic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hooray 提交于 2023-10-29 23:17 . feat: v4.0
{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"lib": [
"ESNext",
"DOM",
"DOM.Iterable"
],
"useDefineForClassFields": true,
"baseUrl": "./",
"module": "ESNext",
"moduleResolution": "Bundler",
"paths": {
"@/*": [
"src/*"
],
"#/*": [
"src/types/*"
]
},
"resolveJsonModule": true,
"types": [
"vite/client",
"vite-plugin-pages/client",
"vite-plugin-vue-meta-layouts/client",
"element-plus/global"
],
"allowImportingTsExtensions": true,
"allowJs": false,
"strict": true,
"noEmit": true,
"sourceMap": true,
"esModuleInterop": true,
"isolatedModules": true,
"skipLibCheck": true
},
"references": [
{
"path": "./tsconfig.node.json"
}
],
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
]
}
JavaScript
1
https://gitee.com/xess531/basic.git
git@gitee.com:xess531/basic.git
xess531
basic
basic
main

搜索帮助