From 0c31bcd80ce12a79772326688646702f6b1ce4ff Mon Sep 17 00:00:00 2001 From: Aluan Haddad Date: Mon, 13 Feb 2017 23:50:52 -0500 Subject: [PATCH] Add typescript@next to simplify installation latest nightly going forward --- package-overrides/npm/typescript@next.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package-overrides/npm/typescript@next.json diff --git a/package-overrides/npm/typescript@next.json b/package-overrides/npm/typescript@next.json new file mode 100644 index 0000000..c13f893 --- /dev/null +++ b/package-overrides/npm/typescript@next.json @@ -0,0 +1,14 @@ +{ + "browser": {}, + "map": { + "buffer": "@empty", + "child_process": "@empty", + "fs": "@empty", + "path": "@empty", + "process": "@empty", + "readline": "@empty" + }, + "dependencies": { + "source-map-support": "*" + } +}