-
Hey bro! TSD and typings are dead! https://github.com/Microsoft/TypeScript/issues/9184
Now you need to NPM install `@types/jasmine`
For `npm install typescript@next`
Love yeah!
ghost updated
8 years ago
-
I think I've brought this up a few times privately now, but I recently saw https://github.com/Microsoft/TypeScript/issues/10250 and thought I should bring it up publicly now. Having a dependency on an…
-
Please add 'typings' package manager support
-
$ git clone https://github.com/ng2-ui/datetime-picker.git
$ cd datetime-picker
$ npm install
$ npm start
This show below errors -
===============
D:\datetime\datetime-picker\node_modules\@an…
-
Does it? First condition precludes the second
https://github.com/kelektiv/node-cron/blob/a7dee32091b91dcf465e67c32a57d66151b5a774/src/job.ts#L56 https://github.com/kelektiv/node-cron/blob/a7dee3209…
-
If I import moment timezone with
`import * as moment from 'moment-timezone';`
I get all the required typings but all the data is preloaded. If I require only the 10 year range and I import like …
-
Hi,
I get some type errors after updating my project dependencies.
```
ERROR in /typings/browser/definitions/react-router/index.d.ts
(94,100): error TS2344: Type 'TArguments' does not satisfy the co…
-
This module doesn't require global typings in production, it'd be good to type it for ES5 without typings and use the ES6 typings instead.
-
npm install
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
> angular2-quickstart@1.0.0 postinstall C:\Users\hmuschett\Desktop\testnode\an…
-
… but this PR is slightly incomplete as it doesn't have tests. This is because I can not get the project to build / test / install typings.
I get only awful lot of Typescript related errors, like the…