wishthis/node_modules/rxjs/src/tsconfig.cjs.spec.json

11 lines
275 B
JSON
Raw Normal View History

2022-06-08 10:36:39 +00:00
{
"extends": "./tsconfig.cjs.json",
/**
* this is pseudo config for test case's relative path resolution to `../src`, runs
* cjs config once more instead of manual copying to utilize incremental build.
*/
"compilerOptions": {
"outDir": "../dist/src"
}
}