1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-31 13:41:32 +00:00
8bitworkshop/src/machine/tsconfig.json

14 lines
211 B
JSON
Raw Normal View History

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