Tldraw/apps/examples/tsconfig.json

10 wiersze
336 B
JSON
Czysty Zwykły widok Historia

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