diff --git a/tsconfig.json b/tsconfig.json index 97650f69a..247c697b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,6 @@ "checkJs": true, "rootDir": "." }, - "include": ["."] + "include": ["."], + "exclude": ["dist*", "examples", "website"] }