57fb7a0650
Sets up preview deploys etc. for bemo worker. There's enough going on here that I wanted to make it its own PR. I'll rework david's spike on top of it once it's landed. ### Change Type - [x] `internal` — Does not affect user-facing stuff - [x] `chore` — Updating dependencies, other boring stuff --------- Co-authored-by: David Sheldrick <d.j.sheldrick@gmail.com>
26 lines
455 B
JSON
26 lines
455 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"include": ["src", "scripts"],
|
|
"exclude": ["node_modules", "dist", ".tsbuild*"],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"emitDeclarationOnly": false
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/dotcom-shared"
|
|
},
|
|
{
|
|
"path": "../../packages/store"
|
|
},
|
|
{
|
|
"path": "../../packages/tlschema"
|
|
},
|
|
{
|
|
"path": "../../packages/tlsync"
|
|
},
|
|
{
|
|
"path": "../../packages/utils"
|
|
}
|
|
]
|
|
}
|