We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d05a2 commit 8ef0883Copy full SHA for 8ef0883
package.json
@@ -37,7 +37,7 @@
37
"testonly": "./resources/jest",
38
"test": "run-s format build lint testonly test:types:*",
39
"test:travis": "npm run test && ./resources/check-changes",
40
- "test:types:ts": "dtslint type-definitions/ts-tests",
+ "test:types:ts": "tsc ./type-definitions/Immutable.d.ts --lib es2015 && dtslint type-definitions/ts-tests",
41
"test:types:flow": "flow check type-definitions/tests --include-warnings",
42
"perf": "node ./resources/bench.js",
43
"start": "gulp --gulpfile gulpfile.js dev",
0 commit comments