diff --git a/lib/tsconfig.json b/lib/tsconfig.json index 70beefe..dccf9c4 100644 --- a/lib/tsconfig.json +++ b/lib/tsconfig.json @@ -9,5 +9,5 @@ "lib": ["DOM", "DOM.Iterable", "ES6"] }, "include": ["./build.json", "."], - "exclude": ["./**/*.test.ts", "./test"] + "exclude": ["./**/*.test.ts", "./test", "./dist"] }