Supporting some new features
This commit is contained in:
@@ -7,7 +7,12 @@
|
|||||||
"author": "Andrew Kemp",
|
"author": "Andrew Kemp",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest"
|
"test": "jest",
|
||||||
|
"test:debug": "jest test --runInBand --verbose=false"
|
||||||
|
},
|
||||||
|
"engines" : {
|
||||||
|
"node" : "> 12.16.0",
|
||||||
|
"yarn": "> 1.22.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
],
|
],
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2017",
|
"es2017",
|
||||||
|
"ES2019",
|
||||||
"dom"
|
"dom"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user