1 Star 0 Fork 0

Mankeung / mk-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
mankueng 提交于 2022-10-07 00:32 . fix: :bug:修改生产环境打包报错
{
"compilerOptions": {
// "outDir": "./",
"noImplicitAny": false,
"forceConsistentCasingInFileNames": true,
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
},
"types": [
"pinia-plugin-persist"
],
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "type/**/*.d.ts", "build/**/*.ts",
"build/**/*.d.ts"],
"references": [{
"path": "./tsconfig.node.json"
}]
}
TypeScript
1
https://gitee.com/mankeung/mk-vue.git
git@gitee.com:mankeung/mk-vue.git
mankeung
mk-vue
mk-vue
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891