Files
lib-mailing/tsconfig.json
2026-04-01 15:16:25 +02:00

14 lines
272 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"declaration": true,
"emitDeclarationOnly": false,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["server"]
}