diff --git a/tsconfig.json b/tsconfig.json index 0988655..8b89b14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,5 @@ "noUncheckedIndexedAccess": true, "noUnusedParameters": true }, - "include": ["src/**/*", "examples/*"] + "include": ["src/**/*"] }