Cannot find name 'collections'
MickL opened this issue · 2 comments
MickL commented
This project looks awesome! Unfortionally i couldn't get it to work.
I placed it in a directory 'vendor' and referenced it like described:
/// <reference path="vendor/typescript-collections/collections.ts" />
Which gives me the error: Cannot find name 'collections'. Also i tried to compile the demo (demo/CollectionsDemo/app.ts) which gives me the same error.
episage commented
Please try again with version 1.1.0. Install it using npm and reference node_modules/typescript-collections/dist/umd.min.js
episage commented
Reopen if you still have the issue.