15 lines
237 B
JSON
15 lines
237 B
JSON
|
{
|
||
|
"extends": "../../config/tsconfig.base.json",
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules", ".tsbuild*"],
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./.tsbuild",
|
||
|
"rootDir": "src"
|
||
|
},
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../tldraw"
|
||
|
}
|
||
|
]
|
||
|
}
|