chore: Update typescript
This commit is contained in:
parent
581acdc9ac
commit
bb6a6c8cbc
|
@ -1,8 +1,8 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
|
||||||
- "10"
|
- "10"
|
||||||
- "12"
|
- "12"
|
||||||
|
- "14"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -32,14 +32,14 @@
|
||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^25.1.4",
|
"@types/jest": "^26.0.14",
|
||||||
"@types/node": "^13.9.5",
|
"@types/node": "^13.9.5",
|
||||||
"jest": "^25.2.4",
|
"jest": "^26.4.2",
|
||||||
"prettier": "^2.0.2",
|
"prettier": "^2.0.2",
|
||||||
"semantic-release": "^15.14.0",
|
"semantic-release": "^15.14.0",
|
||||||
"ts-jest": "^25.2.1",
|
"ts-jest": "^26.4.0",
|
||||||
"tslint": "^6.1.0",
|
"tslint": "^6.1.0",
|
||||||
"typescript": "^3.8.3"
|
"typescript": "^4.0.3"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"encoding",
|
"encoding",
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "esnext"
|
"target": "ES2020"
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts", "__mocks__"]
|
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts", "__mocks__", "lib"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue