This plugin chokes on imports like this one:
import Bag from "typescript-collections/dist/lib/Bag";
🚨 Could not load commonjs-proxy:
<project>/node_modules/typescript-collections/dist/lib/util.js
(imported by <project>/node_modules/typescript-collections/dist/lib/Dictionary.js):
Cannot find module 'package.json'
typescript-collections has a package.json, of course.