Skip to content

Commit

Permalink
chore: update tsconfig exclude for node_modules
Browse files Browse the repository at this point in the history
loopbackio/loopback-next#4707 (comment)

Signed-off-by: Douglas McConnachie <dougal83+git@gmail.com>
  • Loading branch information
musaevonline committed Feb 24, 2020
1 parent ce2e970 commit b97e154
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "@loopback/build/config/tsconfig.common.json",
"include": ["packages"],
"exclude": [
"node_modules/**",
"packages/*/node_modules/**",
"packages/*/dist/**",
"**/*.d.ts"
],
"exclude": ["**/node_modules/**", "packages/*/dist/**", "**/*.d.ts"],
"compilerOptions": {
"lib": ["es2018", "dom", "esnext.asynciterable"]
}
Expand Down

0 comments on commit b97e154

Please sign in to comment.