Skip to content

Commit

Permalink
chore: remove dist files from the top-level tsconfig
Browse files Browse the repository at this point in the history
This speeds up `npm run eslint` from about 4m10s down to 2m50s.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
  • Loading branch information
bajtos committed Feb 24, 2020
1 parent ed7b6fd commit d308258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"examples/*/node_modules/**",
"packages/*/node_modules/**",
"extensions/*/node_modules/**",
"**/dist/**",
"**/*.d.ts"
]
}

0 comments on commit d308258

Please sign in to comment.