Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
fix: ignore types & script folders (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Jul 10, 2020
1 parent 14550ba commit bc2b076
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.declaration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
],
"exclude": [
"features/**/*.*",
"docs/**/*.*"
"docs/**/*.*",
"types/**/*.*",
".travis/**/*.*",
".github/**/*.*"
],
"compilerOptions": {
"outDir": "./types",
Expand Down

0 comments on commit bc2b076

Please sign in to comment.