Files
turn-tracker/backend/tsconfig.json
AtHeartEngineer da0e03e287 init
2025-07-21 23:02:42 -04:00

12 lines
245 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}