tldraw/packages/core/tsconfig.build.json
2021-08-30 19:10:30 +01:00

15 lines
241 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"**/*.test.tsx",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.spec.ts",
"src/test",
"dist"
],
"compilerOptions": {
"outDir": "./dist/types"
}
}