Files
e-tib.com/node_modules/.pnpm/react-email@5.2.10/node_modules/react-email/tsconfig.json
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

40 lines
1.0 KiB
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Next.js",
"compilerOptions": {
"composite": false,
"downlevelIteration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": false,
"isolatedModules": true,
"moduleResolution": "nodenext",
"noUnusedLocals": false,
"noUnusedParameters": false,
"preserveWatchOutput": true,
"skipLibCheck": true,
"strictNullChecks": true,
"plugins": [
{
"name": "next"
}
],
"allowJs": true,
"declaration": false,
"declarationMap": false,
"incremental": false,
"jsx": "react-jsx",
"lib": ["dom", "dom.iterable", "esnext", "ESNext.AsyncIterable"],
"noEmit": true,
"strict": false,
"target": "ESNext",
"module": "NodeNext",
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true,
"types": ["vitest/globals"],
"outDir": "dist"
},
"include": ["src/**/*.ts"],
"exclude": ["dist", "node_modules"]
}