From 783ff24612c203ef16afd4ceec7f80b1b2cb023a Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Thu, 26 Oct 2017 21:50:22 +0200 Subject: [PATCH] test(*): set module and target for test compilations --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4f0735..d6619c1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "knockout" ], "scripts": { - "test": "tsc --project tsconfig.json --outDir dist/test && gulp test", + "test": "tsc --project tsconfig.json --target es6 --module commonjs --outDir dist/test && gulp test", "ci": "npm run build && npm run test", "build": "aurelia-tools ts-build-all --continue-when-failed --clean-before" },