Tldraw/packages/tlsync-client/tsconfig.json

11 wiersze
281 B
JSON

{
"extends": "../../config/tsconfig.base.json",
"include": ["src", "start.ts"],
"exclude": ["node_modules", "dist", "docs", ".tsbuild*"],
"compilerOptions": {
"outDir": "./.tsbuild",
"rootDir": "src"
},
"references": [{ "path": "../tlstore" }, { "path": "../editor" }]
}