TenantAtlas/apps/platform/.pnpm-store/v10/files/07/2355e5ef0d3b3061ad52b43aa6ba1d6902fc6e0a386718a74bd86a068c73072e9debf0e45c6b1e85a23b599b68e074cbc22ef435d87ef6b94b45978770b3db
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

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