chore: update tsconfig exclude

pull/3288/head
btea 2 years ago
parent 6be80372ad
commit b9891ccd51

@ -12,5 +12,5 @@
"jsx": "preserve", "jsx": "preserve",
"lib": ["esnext", "dom", "dom.iterable"] "lib": ["esnext", "dom", "dom.iterable"]
}, },
"exclude": ["**/node_modules/**", "**/dist/**", "template"] "exclude": ["**/node_modules/**", "**/dist/**", "template", "bin", "docs/snippets", "scripts"]
} }

Loading…
Cancel
Save