logseq/tldraw/tsconfig.json

5 lines
103 B
JSON
Raw Permalink Normal View History

2022-05-16 11:55:07 +00:00
{
"extends": "./tsconfig.base.json",
"exclude": ["node_modules", "**/*.test.ts", "**/*.spec.ts"]
}