npm audit run

Removes npx
This commit is contained in:
GloriousCode
2018-08-16 08:44:32 +10:00
parent 0a20061cc2
commit d80b2c96b2
5 changed files with 102 additions and 4067 deletions

View File

@@ -7,13 +7,14 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"target": "es6",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
"es2015",
"dom",
]
}
}