This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/projects/backend/tsconfig.json
Liam f156b7f582
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 41s
fix previous score
2024-10-28 15:47:41 +00:00

17 lines
378 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"types": ["bun-types"],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"jsx": "react",
"incremental": true
}
}