1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 08:41:30 +00:00
8bitworkshop/src/tools/tsconfig.json
2020-10-14 17:33:15 -05:00

15 lines
239 B
JSON

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