]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Change typescript version back to 1.8.10 and remove strictNullChecks
authorIskren Chernev <iskren.chernev@gmail.com>
Sun, 4 Dec 2016 02:58:19 +0000 (18:58 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 4 Dec 2016 05:07:59 +0000 (21:07 -0800)
package.json
typing-tests/tsconfig.json

index ef1c6195a628ec80211be976a4f85666cd6a0926..6a567aacfa674cbc19b0a63f319aaa8499af0317 100644 (file)
@@ -65,7 +65,7 @@
         "qunit-cli": "^0.1.4",
         "rollup": "latest",
         "spacejam": "latest",
-        "typescript": "^2.0.8",
+        "typescript": "^1.8.10",
         "coveralls": "^2.11.2",
         "nyc": "^2.1.4"
     },
index a7bc64869c6d1a2afd95b60ea82b7dd67e6cd026..d000780bfaa9e44d7ffbee136a3c701fc88d8364 100644 (file)
@@ -3,8 +3,7 @@
   "compilerOptions": {
     "module": "commonjs",
     "noEmit": true,
-    "noImplicitAny": true,
-    "strictNullChecks": true
+    "noImplicitAny": true
   },
   "files": [
     "../moment.d.ts",