1 Star 0 Fork 56

SolarisNeko/vue-devtools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 807 Bytes
一键复制 编辑 原始数据 按行查看 历史
Guillaume Chau 提交于 2021-11-26 19:19 +08:00 . chore: upgrade to ts4 and buble to babel
{
"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",
// 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"
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/SolarisNeko/vue-devtools.git
git@gitee.com:SolarisNeko/vue-devtools.git
SolarisNeko
vue-devtools
vue-devtools
main

搜索帮助