Tldraw/apps/dotcom-worker/tsconfig.json

17 wiersze
425 B
JSON

{
"extends": "../../config/tsconfig.base.json",
"include": ["src", "scripts"],
"exclude": ["node_modules", "dist", ".tsbuild*"],
"compilerOptions": {
"noEmit": true,
"emitDeclarationOnly": false
},
"references": [
{ "path": "../../packages/tlsync" },
{ "path": "../../packages/tlschema" },
{ "path": "../../packages/validate" },
{ "path": "../../packages/store" },
{ "path": "../../packages/utils" }
]
}