{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "dist",
"lib": ["es6", "WebWorker"],
"sourceMap": true,
"rootDir": "src",
"strict": true,
"paths": {
"@tldraw/tldraw": ["../../../packages/tldraw"]
}
},
"references": [
"path": "../../../packages/tldraw"
],
"exclude": ["node_modules", ".vscode-test-web"]