Tldraw/packages/store/tsconfig.json

18 wiersze
275 B
JSON

{
"extends": "../../config/tsconfig.base.json",
"include": ["src"],
"exclude": ["node_modules", "dist", ".tsbuild*"],
"compilerOptions": {
"outDir": "./.tsbuild",
"rootDir": "src"
},
"references": [
{
"path": "../state"
},
{
"path": "../utils"
}
]
}