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
djambo05 committed Feb 24, 2020
1 parent 1e43bc4 commit 4eeed79
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tsconfig.json
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 4eeed79

Please sign in to comment.