1
0
Fork 0

build: remove redundant tsconfig options

This commit is contained in:
ssube 2019-06-30 17:42:10 -05:00
parent 27843c6252
commit 37c0dbbeef
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 0 additions and 6 deletions

View File

@ -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",