Skip to content

Commit

Permalink
add exclude in tsconfig
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Jun 29, 2022
1 parent f5c9d66 commit 4dcb8dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist/example/
.github/
node_modules/
src/
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,11 @@
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
}
},
"include": [
"src/**/*"
],
"exclude": [
"example/**/*"
]
}

0 comments on commit 4dcb8dc

Please sign in to comment.