8bitworkshop/src/machine/tsconfig.json

14 lines
211 B
JSON

{
"extends": "../../tsconfig-base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "../../gen/machine"
},
"references": [
{ "path": "../common" }
],
"include": [
"**/*.ts"
]
}