13 Star 123 Fork 54

Gitee 极速下载 / vue-devtools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vuejs/vue-devtools
克隆/下载
tsconfig.json 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "ES2019",
"jsx": "preserve",
"baseUrl": ".",
"moduleResolution": "node",
"paths": {
"@back/*": [
"packages/app-backend-core/src/*"
],
"@front/*": [
"packages/app-frontend/src/*"
]
},
"resolveJsonModule": true,
"types": [
"chrome",
"node",
"webpack-env"
],
"allowJs": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"alwaysStrict": true,
// Strict
"noImplicitAny": false,
"noImplicitThis": true,
"outDir": "lib",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": [
"packages/app-frontend/src/**/*",
"packages/shared-utils/src/**/*"
],
"exclude": [
"node_modules"
]
}
JavaScript
1
https://gitee.com/mirrors/vue-devtools.git
git@gitee.com:mirrors/vue-devtools.git
mirrors
vue-devtools
vue-devtools
main

搜索帮助