Spaces:
Running
Running
Invalid JSON:Expected double-quoted property name in JSONat line 3, column 3
| { | |
| "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" | |
| } | |
| } | |