Some checks failed
CI / main (push) Has been cancelled
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
22 lines
532 B
JSON
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"]
|
|
}
|
|
}
|