esameits24-26backend/tsconfig.json
AV77web 2eb778c4a8
Some checks failed
Deploy to VPS / build (push) Failing after 22s
Deploy to VPS / deploy (push) Has been skipped
primo commit
2026-07-12 03:11:09 +02:00

16 lines
No EOL
371 B
JSON

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