TenantAtlas/apps/platform/.pnpm-store/v10/files/ea/6c60b0d16bdc6557e5eb52bc0a87c0220d54fada0604bf164a26d54cefdeb783b4b07b172fc4536e36fe3d47c8fef3ca579caae4499a0031a4069c0e62c1dd
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

12 lines
237 B
Plaintext

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "esnext",
"importHelpers": true,
"target": "es5",
"downlevelIteration": true,
"outDir": "../dist/esm5"
},
"exclude": ["./internal/umd.ts"]
}