diff --git a/tsconfig.declaration.json b/tsconfig.declaration.json index a818300..a1581d3 100644 --- a/tsconfig.declaration.json +++ b/tsconfig.declaration.json @@ -4,7 +4,10 @@ ], "exclude": [ "features/**/*.*", - "docs/**/*.*" + "docs/**/*.*", + "types/**/*.*", + ".travis/**/*.*", + ".github/**/*.*" ], "compilerOptions": { "outDir": "./types",