1 Star 4 Fork 3

我的课程/mldong-course-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 777 Bytes
一键复制 编辑 原始数据 按行查看 历史
mldong 提交于 2023-05-05 07:59 . fix:ifShow逻辑bug及打包报错问题
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"allowJs": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
// 来关闭所有由于使用在 5.0 版本开始废弃的功能而产生的警告。
"ignoreDeprecations": "5.0",
"suppressImplicitAnyIndexErrors": true,
"paths": {
"/@/*": ["./src/*"]
},
// "types": ["unplugin-vue-define-options"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/course666/mldong-course-vue3.git
git@gitee.com:course666/mldong-course-vue3.git
course666
mldong-course-vue3
mldong-course-vue3
master

搜索帮助