typebot.io/tsconfig.base.json
Baptiste Arnaud c2b251c7e5
♻️ Migrate to NX (#2418)
2026-03-18 15:29:32 +00:00

23 lines
572 B
JSON

{
"compilerOptions": {
"composite": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"importHelpers": true,
"isolatedModules": true,
"lib": ["dom", "ESNext"],
"module": "esnext",
"moduleResolution": "bundler",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noUnusedLocals": true,
"skipLibCheck": true,
"strict": true,
"target": "ESNext",
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"customConditions": ["@typebot.io/root"]
}
}