pvgttm-web/jsconfig.json
Eric Woodward 5c58d7d051 Add Referee's Tools
Update JS, add versioning (for cache-busting updates)
Clean up a bunch of unused files
Add Rivertail community
Add some new races
2023-08-27 23:54:42 -04:00

7 lines
117 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6"
},
"exclude": ["node_modules"]
}