build: remove redundant tsconfig options
This commit is contained in:
parent
27843c6252
commit
37c0dbbeef
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue