diff --git a/tsconfig.json b/tsconfig.json index 92b12b8..2810343 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ }, "include": [ "src/**/*", - "tests/**/*" + "tests/**/*", + "examples/**/*", ] } \ No newline at end of file