prenotazionibackend2/tsconfig.json
AV77web f805acab03
Some checks failed
Deploy to VPS / build (push) Failing after 15s
Deploy to VPS / deploy (push) Has been skipped
installazione prenotazionibackend2
2026-07-03 16:32:08 +02:00

16 lines
373 B
JSON

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