8bitworkshop/src/tools/tsconfig.json

15 lines
239 B
JSON

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