Closed shinnya closed 7 years ago
typings
has been deprecated(see https://github.com/typings/typings) and it's recommended that we should switch to @types
.
Then, without typings
, we have to generate index.d.ts
manually and there some ways to archive this goal. It might be reasonable to enable declaration
compliler option defined in typescript.
Hi. I've found an issue that compiling sources using gulp fails. The error messages are following:
It seems that this project has two type definitions for
node.d.ts
and it causes the above issue.See https://stackoverflow.com/questions/39894240/typescript-compiler-suddenly-started-to-generate-errors, which is similar to this issue.
P.S. I'm fixing the issue and will send a PR.
Thank you.