2355e5ef0d3b3061ad52b43aa6ba1d6902fc6e0a386718a74bd86a068c73072e9debf0e45c6b1e85a23b599b68e074cbc22ef435d87ef6b94b45978770b3db 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. }