1 Star 2 Fork 1

wwl/vue3项目工程化模板项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1016 Bytes
一键复制 编辑 原始数据 按行查看 历史
wwl 提交于 2022-07-09 16:08 . feat: 增加rrweb hooks
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["esnext", "dom"],
"jsx": "preserve",
"allowJs": false,
"baseUrl": "./",
"outDir": "./",
"rootDir": "./",
"resolveJsonModule": true,
"esModuleInterop": true,
"incremental": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": true,
"sourceMap": true,
"noUnusedLocals": true,
"noUnusedParameters": false,
"experimentalDecorators": true,
"moduleResolution": "node",
"types": ["vite/client", "jest"],
"typeRoots": ["./node_modules/@types/", "./types"],
"paths": {
"@/*": ["src/*"],
"#/*": ["types/*"]
},
"suppressImplicitAnyIndexErrors": true
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/**/*.d.ts",
"types/**/*.ts",
"tests/**/*.ts",
"vite.config.ts"
],
"exclude": ["node_modules", "dist", "**/*.js"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wwlaaaa/vue3-vite-element-admin.git
[email protected]:wwlaaaa/vue3-vite-element-admin.git
wwlaaaa
vue3-vite-element-admin
vue3项目工程化模板项目
master

搜索帮助