ThumeMail/backend/tsconfig.json
2025-08-10 12:55:16 -04:00

13 lines
229 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Node",
"esModuleInterop": true,
"outDir": "dist",
"strict": true,
"skipLibCheck": true
},
"include": ["src"]
}