Skip to content

Commit

Permalink
chore: remove dist files from rot 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
dougal83 committed Feb 22, 2020
1 parent bc151bb commit 576de7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
@@ -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 576de7e

Please sign in to comment.