1 Star 0 Fork 55

dongjiqiang/vue-devtools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 830 Bytes
一键复制 编辑 原始数据 按行查看 历史
Guillaume Chau 提交于 2022-09-24 12:22 . chore: upgrade to Vue 2.7 (#1948)
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@back/*": [
"packages/app-backend-core/src/*"
],
"@front/*": [
"packages/app-frontend/src/*"
],
},
"outDir": "lib",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"types": [
"chrome",
"node",
"webpack-env",
],
"allowJs": true,
"target": "ES2019",
"jsx": "preserve",
// Strict
"noImplicitAny": false,
"noImplicitThis": true,
"alwaysStrict": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"skipLibCheck": true,
},
"include": [
"packages/app-frontend/src/**/*",
"packages/shared-utils/src/**/*",
],
"exclude": [
"node_modules"
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dongjiqiang/vue-devtools.git
git@gitee.com:dongjiqiang/vue-devtools.git
dongjiqiang
vue-devtools
vue-devtools
main

搜索帮助