tsconfig.cjs.spec.json 275 B

12345678910
  1. {
  2. "extends": "./tsconfig.cjs.json",
  3. /**
  4. * this is pseudo config for test case's relative path resolution to `../src`, runs
  5. * cjs config once more instead of manual copying to utilize incremental build.
  6. */
  7. "compilerOptions": {
  8. "outDir": "../dist/src"
  9. }
  10. }