tldraw/packages/dev/tsconfig.json
2021-09-06 12:44:14 +01:00

14 lines
299 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"exclude": ["node_modules", "**/*.test.ts", "**/*.spec.ts", "dist"],
"compilerOptions": {
"composite": true
},
"references": [
{
"path": "../../packages/tldraw"
},
{ "path": "../../packages/core" }
]
}