Files
CRM-Mono/tsconfig.base.json
Igor Rybakov fb94cbc557
Some checks failed
CI / main (push) Has been cancelled
Initial commit
To connect your workspace to Nx Cloud, push your repository
to your git hosting provider and go to the following URL:

https://cloud.nx.app/connect/y7d9S2CCyu
2026-03-06 18:09:26 +02:00

22 lines
532 B
JSON

{
"compilerOptions": {
"composite": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"importHelpers": true,
"isolatedModules": true,
"lib": ["es2022"],
"module": "nodenext",
"moduleResolution": "nodenext",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"skipLibCheck": true,
"strict": true,
"target": "es2022",
"customConditions": ["@my-monorepo/source"]
}
}