richieste_assistenza_backend/tsconfig.json

14 lines
279 B
JSON
Raw Normal View History

2026-06-08 15:17:30 +02:00
{
"compilerOptions": {
"target": "ES2020",
"module": "node16",
"moduleResolution": "node16",
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src"]
}