diff --git a/tsconfig.json b/tsconfig.json index dfb3be9..32ab52e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ ], "exclude": [ "**/__mocks__/*", - "**/__tests__/*" + "**/__tests__/*", + "examples" ] }