8bitworkshop/src/worker/tsconfig.json

14 lines
210 B
JSON

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