Can I use TypeScript without RequireJS?
Replace
import {ActionsCollection} from "./actionsCollection";
with
/// <reference path="./actionsCollection.ts" />
.
See Triple Slashes for more info on using the triple slash imports.
Replace
import {ActionsCollection} from "./actionsCollection";
with
/// <reference path="./actionsCollection.ts" />
.
See Triple Slashes for more info on using the triple slash imports.