diff --git a/tsconfig.json b/tsconfig.json index b780a0df..a69d45e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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" + ] }