richieste_assistenza_backend/tsconfig.json
2026-06-08 15:17:30 +02:00

14 lines
No EOL
279 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "node16",
"moduleResolution": "node16",
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src"]
}