tldraw/packages/core/tsconfig.build.json

13 lines
184 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-14 16:17:29 +00:00
]
2021-08-14 15:46:21 +00:00
}