Skip to content

Commit

Permalink
build: skip node_modules at compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbubu committed Oct 12, 2019
1 parent 2ee30f8 commit 58941db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"outDir": "dist",
"declarationDir": "dist/types",
"baseUrl": ".",
"paths": {
"*": ["node_modules/*", "types"]
},
"lib": ["es2015", "es2016", "es2016.array.include", "es2017"]
},
"include": ["src", "types"]
Expand Down

0 comments on commit 58941db

Please sign in to comment.