1 Star 1 Fork 3

Wtopull/vue3_vite_qiankun_ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
xuyifei 提交于 2022-10-11 09:57 . 添加类型配置
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": false,
"jsx": "preserve",
"importHelpers": true,
"experimentalDecorators": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"esModuleInterop": true,
"isolatedModules": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
"baseUrl": ".",
"allowJs": false,
"declaration": true,
"resolveJsonModule": true,
"lib": ["dom", "esnext"],
"incremental": true,
"types": ["node", "vite/client"],
"typeRoots": ["./node_modules/@types/", "./types"]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/*.d.ts",
"mock/*.ts",
"*.d.ts",
"packages/ng-df/vite.config.ts",
"auto-imports.d.ts",
"components.d.ts",
"packages/**/*.vue",
"packages/**/*.ts",
"common/**/*.ts",
"common/**/*.tsx",
"common/**/*.vue"
],
"exclude": ["dist", "**/*.js"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/dd0519/vue3_vite_qiankun_ts.git
git@gitee.com:dd0519/vue3_vite_qiankun_ts.git
dd0519
vue3_vite_qiankun_ts
vue3_vite_qiankun_ts
master

搜索帮助