When I move my mouse over the red. it says:
Import assignment cannot be used when targeting ECMAScript 6 or higher. Consider using 'import * as ns from "mod"', 'import {a} from "mod"' or 'import d from "mod"' instead.
Like I said it compiles and runs just fine. It's just REALLY annoying having that constantly there?
I am brand new to node.js and typescript. But not brand new to programming, I'v been a C# developer for a long time.
