13 lines
185 B
JSON
13 lines
185 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.base.json",
|
||
|
|
"references": [
|
||
|
|
{ "path": "./tsconfig.engine.json" }
|
||
|
|
],
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"game"
|
||
|
|
]
|
||
|
|
}
|