provapraticabackend/tsconfig.json
AV77web ce9790dbc7
Some checks failed
Deploy to VPS / build (push) Failing after 15s
Deploy to VPS / deploy (push) Has been skipped
correzione a nodeResoulution in tsconfig.json
2026-06-09 11:38:55 +02:00

15 lines
No EOL
315 B
JSON

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