meat/tsconfig.game.json

13 lines
185 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.base.json",
"references": [
{ "path": "./tsconfig.engine.json" }
],
"compilerOptions": {
"composite": true
},
"include": [
"game"
]
}