8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It would be nice to import internal modules with ES6 syntax. Example: you could write...
import "Lib/Utils" // new syntax (maybe import "Lib/Utils.ts" should work too?)
... instead of the old way
/// <reference path="Lib/Utils.ts"/> // old syntax