listmonk/frontend/email-builder/tsconfig.json
2025-04-20 20:48:51 +05:30

22 lines
503 B
JSON

{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"outDir": "dist",
"lib": [],
"moduleResolution": "node",
"jsx": "react",
"strict": true,
"sourceMap": true,
"allowJs": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declarationMap": true,
"declaration": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true
},
"exclude": ["dist"]
}