ArmoHotspot/backend/tsconfig.json
Gökhan ÖZARSLAN fe09b726e3 kurulum5
2026-08-16 20:28:17 +03:00

14 lines
276 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}