diff --git a/tsconfig.json b/tsconfig.json index 77fb2cf..cf54a46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { "extends": "./tsconfig.base.json", - "include": ["**/*.ts", "**/*.tsx"] + "include": ["**/*.ts", "**/*.tsx"], + "exclude": ["examples"] }