scoresaber-reloadedv3/projects/backend/tsconfig.json

13 lines
259 B
JSON
Raw Normal View History

2024-10-08 14:32:02 +00:00
{
"compilerOptions": {
"target": "ES2021",
"module": "ES2022",
"moduleResolution": "node",
"types": ["bun-types"],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}