From 7d41f8689fc23fceef43636bc75e071060c502b0 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 8 Aug 2022 13:22:42 +0200 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b340b4..44fc1aa 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "test": "nyc jasmine --config=\"jasmine.json\"", "mutate": "stryker run", - "compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js" + "compile": "tsc --allowJs --declaration --emitDeclarationOnly --lib es6 index.js" }, "dependencies": { "@sapphirecode/encoding-helper": "^1.1.0"