2 Star 8 Fork 3

灰是小灰灰的灰/vite-element-admin-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
灰是小灰灰的灰 提交于 2023-02-01 17:28 . update DefineOptions
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"incremental": true,
"isolatedModules": true,
"jsx": "preserve",
"lib": ["esnext", "dom"],
"module": "esnext",
"moduleResolution": "Node",
"noLib": false,
"paths": {
"/@/*": ["src/*"],
"@build/*": ["build/*"],
"/#/*": ["types/*"]
},
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"noImplicitAny": true,
"strictFunctionTypes": false,
"suppressImplicitAnyIndexErrors": true,
"target": "esnext",
"types": [
"node",
"vite/client",
"element-plus/global",
"unplugin-vue-define-options/macros-global"
],
"typeRoots": ["./node_modules/@types/", "./types"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "mock/*.ts", "vite.config.ts", "types/*.d.ts"],
"exclude": ["node_modules", "dist", "**/*.js"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/simmon_page/vite-element-admin-ts.git
git@gitee.com:simmon_page/vite-element-admin-ts.git
simmon_page
vite-element-admin-ts
vite-element-admin-ts
master

搜索帮助