space-game/server/tsconfig.json
2024-03-01 19:28:36 +11:00

7 lines
136 B
JSON

{
"extends": "@tsconfig/node21/tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "out"
}
}