chore: update tsconfig exclude (#3288)

pull/3294/head
btea 7 months ago committed by GitHub
parent 6be80372ad
commit 3e39c57758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save