Tldraw/packages/tldraw/tsconfig.build.json

22 wiersze
364 B
JSON
Czysty Zwykły widok Historia

2021-08-14 15:46:21 +00:00
{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"exclude": [
"node_modules",
"**/*.test.tsx",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.spec.ts",
"src/test-utils",
"dist"
],
"compilerOptions": {
"rootDir": "src",
"outDir": "./dist/types",
"baseUrl": "src",
"paths": {
"~*": ["./*"]
}
}
}