Tldraw/apps/examples/tsconfig.json

15 wiersze
422 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/utils" },
{ "path": "../../packages/assets" },
{ "path": "../../packages/validate" }
]
2023-04-25 11:01:25 +00:00
}