Skip to content

Commit

Permalink
chore: remove dist files from root tsconfig
Browse files Browse the repository at this point in the history
This speeds up `npm run eslint`, good practice

see loopbackio/loopback-next#4707

Signed-off-by: Douglas McConnachie <dougal83+git@gmail.com>
  • Loading branch information
djambo05 committed Feb 24, 2020
1 parent 32499fa commit 1e43bc4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "@loopback/build/config/tsconfig.common.json",
"include": [
"packages"
],
"include": ["packages"],
"exclude": [
"node_modules/**",
"packages/*/node_modules/**",
"packages/*/dist/**",
"**/*.d.ts"
],
"compilerOptions": {
Expand Down

0 comments on commit 1e43bc4

Please sign in to comment.