2 Star 7 Fork 2

MRLH/kbone-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
hexingyu 提交于 2020-02-26 13:53 . 初始化
{
"compilerOptions": {
"module": "esnext",
"target": "es2015",
"lib": ["es2015", "es2017", "dom"],
"noImplicitAny": false,
"moduleResolution": "node",
"sourceMap": true,
"outDir": "app",
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata":true,
"esModuleInterop": true,
"resolveJsonModule": true,
"paths": {
"*": [
"node_modules/*",
"src/@types/*",
"protobuf/@types/*"
],
"@src/client/*":["src/client/*"]
}
},
"include": [
"src/**/*"
],
"exclude": [
"./node_modules/*"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/MRLH/kbone-vue3.git
git@gitee.com:MRLH/kbone-vue3.git
MRLH
kbone-vue3
kbone-vue3
master

搜索帮助