3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

Update Typescript to 3.7

This commit is contained in:
Dragory 2019-11-07 22:52:40 +02:00
parent 5880489039
commit ba4ddfcc32
8 changed files with 27 additions and 16 deletions

View file

@ -10,14 +10,16 @@
"devDependencies": {
"ava": "^2.4.0",
"ts-node": "^8.4.1",
"typescript": "^3.6"
"typescript": "^3.7.2"
},
"ava": {
"compileEnhancements": false,
"files": [
"src/**/*.test.ts"
],
"extensions": ["ts"],
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]