Skip to content

Commit

Permalink
build: remove redundant tsconfig options
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 30, 2019
1 parent 27843c6 commit 37c0dbb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/tsconfig.json
Expand Up @@ -14,16 +14,10 @@
],
"module": "esnext",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"paths": {},
"sourceMap": true,
"strict": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "es2017",
"types": [
"jsonpath-plus",
Expand Down

0 comments on commit 37c0dbb

Please sign in to comment.