corrieribackend/tsconfig.json
AV77web 0bc4c7d81b
Some checks failed
Deploy to VPS / build (push) Failing after 13s
Deploy to VPS / deploy (push) Has been skipped
installazione nodejs typescript express etc...
2026-06-20 23:46:53 +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"]
}