]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Drop usage of moduleResolution
authorJohn Reilly <johnny_reilly@hotmail.com>
Sun, 4 Sep 2016 20:08:49 +0000 (21:08 +0100)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 7 Sep 2016 06:11:49 +0000 (23:11 -0700)
typing-tests/tsconfig.json

index 9bcc7360c4aae15027bd044c43803521ace952ad..d000780bfaa9e44d7ffbee136a3c701fc88d8364 100644 (file)
@@ -2,7 +2,6 @@
   "compileOnSave": false,
   "compilerOptions": {
     "module": "commonjs",
-    "moduleResolution": "node",
     "noEmit": true,
     "noImplicitAny": true
   },