1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-12 03:29:31 +00:00
8bitworkshop/src/tools/tsconfig.json
2020-01-28 21:11:12 -06:00

14 lines
209 B
JSON

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