frontend/.pnpm-store/v3/files/07/2355e5ef0d3b3061ad52b43aa6ba1d6902fc6e0a386718a74bd86a068c73072e9debf0e45c6b1e85a23b599b68e074cbc22ef435d87ef6b94b45978770b3db

11 lines
275 B
Plaintext

{
"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"
}
}