provapraticabackend/tsconfig.json
AV77web 1001373e9d
All checks were successful
Deploy to VPS / build (push) Successful in 14s
Deploy to VPS / deploy (push) Successful in 18s
modifica a moduleResolution in tsoconfig.json
2026-06-09 11:41:28 +02:00

15 lines
No EOL
307 B
JSON

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