mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-10-31 23:09:49 +00:00
14 lines
211 B
JSON
14 lines
211 B
JSON
|
{
|
||
|
"extends": "../../tsconfig-base.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".",
|
||
|
"outDir": "../../gen/machine"
|
||
|
},
|
||
|
"references": [
|
||
|
{ "path": "../common" }
|
||
|
],
|
||
|
"include": [
|
||
|
"**/*.ts"
|
||
|
]
|
||
|
}
|