From 5db0dc3614c3666a4f5b03093301d33da643ad3e Mon Sep 17 00:00:00 2001 From: Theophilos Matzavinos Date: Wed, 18 Oct 2017 11:36:09 +0300 Subject: [PATCH] test(ts-definitions): test Immutable.d.ts validity using tsc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c9f4eb6ac..789ca0fa55 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "testonly": "./resources/jest", "test": "run-s format build lint testonly test:types:*", "test:travis": "npm run test && ./resources/check-changes", - "test:types:ts": "dtslint type-definitions/ts-tests", + "test:types:ts": "tsc ./type-definitions/Immutable.d.ts --lib es2015 && dtslint type-definitions/ts-tests", "test:types:flow": "flow check type-definitions/tests --include-warnings", "perf": "node ./resources/bench.js", "start": "gulp --gulpfile gulpfile.js dev",