Tldraw/apps/examples/tsconfig.json

10 wiersze
336 B
JSON

{
"extends": "../../config/tsconfig.base.json",
"include": ["src", "e2e", "./vite.config.ts"],
"exclude": ["node_modules", "dist", "**/*.css", ".tsbuild*", "./scripts/legacy-translations"],
"compilerOptions": {
"outDir": "./.tsbuild"
},
"references": [{ "path": "../../packages/tldraw" }, { "path": "../../packages/assets" }]
}