Skip to content

Commit

Permalink
chore: cleaner globs
Browse files Browse the repository at this point in the history
  • Loading branch information
PopGoesTheWza committed Mar 21, 2021
1 parent 258847a commit 3dc0b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"importHelpers": true // canary: will cause runtime error if `tslib` is necessary
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
"src/**.ts",
"test/**.ts"
]
}

0 comments on commit 3dc0b17

Please sign in to comment.