c1fe8ec99a
this PR puts sync stuff in the bemo worker, and sets up a temporary dev-only page in dotcom for testing bemo stuff ### Change type - [ ] `bugfix` - [ ] `improvement` - [x] `feature` - [ ] `api` - [ ] `other` ### Test plan 1. Create a shape... 2. - [ ] Unit tests - [ ] End to end tests ### Release notes - Fixed a bug with...
32 lines
550 B
JSON
32 lines
550 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/sync"
|
|
},
|
|
{
|
|
"path": "../../packages/tlschema"
|
|
},
|
|
{
|
|
"path": "../../packages/utils"
|
|
},
|
|
{
|
|
"path": "../../packages/validate"
|
|
},
|
|
{
|
|
"path": "../../packages/worker-shared"
|
|
}
|
|
]
|
|
}
|