tldraw/packages/core/tsconfig.build.json

16 lines
241 B
JSON
Raw Normal View History

2021-08-14 15:46:21 +00:00
{
2021-08-14 16:17:29 +00:00
"extends": "./tsconfig.json",
2021-08-14 15:46:21 +00:00
"exclude": [
"node_modules",
"**/*.test.tsx",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.spec.ts",
2021-08-14 16:17:29 +00:00
"src/test",
2021-08-14 15:46:21 +00:00
"dist"
2021-08-30 18:10:30 +00:00
],
"compilerOptions": {
"outDir": "./dist/types"
}
2021-08-14 15:46:21 +00:00
}