Files
snatchgame/tsconfig.base.json
2025-07-03 00:06:32 -06:00

9 lines
118 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"strict": true,
"baseUrl": "."
}
}