multiplayerpiano/tsconfig.json
2021-10-21 15:08:09 -04:00

10 lines
129 B
JSON

{
"compilerOptions": {
"outDir": "build",
"allowJs": true
},
"include": [
"src/**/*"
]
}