{
"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/worker-shared"
"path": "../../packages/store"
"path": "../../packages/tlschema"
"path": "../../packages/sync"
"path": "../../packages/utils"
"path": "../../packages/validate"
}
]