BatchExplorer/packages/service/tsconfig.json

8 строки
177 B
JSON

{
"extends": "./config/tsconfig.common.json",
"compilerOptions": {
"tsBuildInfoFile": "./build/cache/ts.buildinfo"
},
"references": [{ "path": "../bonito-core" }]
}