Skip to content

Commit 3e39c57

Browse files
authored
chore: update tsconfig exclude (#3288)
1 parent 6be8037 commit 3e39c57

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: tsconfig.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@
1212
"jsx": "preserve",
1313
"lib": ["esnext", "dom", "dom.iterable"]
1414
},
15-
"exclude": ["**/node_modules/**", "**/dist/**", "template"]
15+
"exclude": [
16+
"**/node_modules/**",
17+
"**/dist/**",
18+
"template",
19+
"bin",
20+
"docs/snippets",
21+
"scripts"
22+
]
1623
}

0 commit comments

Comments
 (0)