From: John Reilly Date: Sun, 4 Sep 2016 20:08:49 +0000 (+0100) Subject: Drop usage of moduleResolution X-Git-Tag: 2.15.0~8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0a85fa3ab1f2dd38dc86750c22d1c4111bef4e;p=thirdparty%2Fmoment.git Drop usage of moduleResolution --- diff --git a/typing-tests/tsconfig.json b/typing-tests/tsconfig.json index 9bcc7360c..d000780bf 100644 --- a/typing-tests/tsconfig.json +++ b/typing-tests/tsconfig.json @@ -2,7 +2,6 @@ "compileOnSave": false, "compilerOptions": { "module": "commonjs", - "moduleResolution": "node", "noEmit": true, "noImplicitAny": true },