From 046d7d646d02834ca417a61e8bd0c6f3eea76a31 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 29 Apr 2018 17:30:00 +0200 Subject: [PATCH] update to latest standards --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 022cd60..c316153 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Lossless GmbH", "license": "MIT", "scripts": { - "test": "ts-node test/test.ts", + "test": "(ts-node -O '{\"lib\": [ \"es2015\" ]}' test/test.ts)", "build": "(npmts)", "format": "(gitzone format)" },