加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.base.json 962 Bytes
一键复制 编辑 原始数据 按行查看 历史
daviesZhang 提交于 2023-07-31 21:10 . 一系列体验优化和bug修复
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": [
"es2020",
"dom"
],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@easy-wt/browser-core": [
"packages/browser-core/src/index.ts"
],
"@easy-wt/common": [
"packages/common/src/index.ts"
],
"@easy-wt/database-core": [
"packages/database-core/src/index.ts"
],
"@easy-wt/easy-wt-core": [
"packages/easy-wt-core/src/index.ts"
],
"@easy-wt/ui-shared": [
"packages/ui-shared/src/index.ts"
]
}
},
"exclude": [
"node_modules",
"tmp"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化