prenotazionibackend2/tsconfig.json
AV77web 51661f75b7
Some checks failed
Deploy to VPS / build (push) Failing after 13s
Deploy to VPS / deploy (push) Has been skipped
modifica a tsconfig.json
2026-07-03 16:47:28 +02:00

16 lines
372 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasignInFileNames": true,
"resolveJsonModule": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}