This commit is contained in:
Philipp Kunz 2018-07-01 11:51:24 +02:00
parent f01e07933e
commit 69f6f7460f

View File

@ -13,7 +13,7 @@
"test": "(npmts --notest && node ./cli.js test/test.ts)",
"format": "(gitzone format)",
"build": "echo \"Not needed for now\"",
"postinstall": "ts-node --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
"postinstall": "ts-node --ignore '' --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
},
"devDependencies": {
"@types/node": "^10.3.0"