You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just init a project with TypeScript and add some node modules. The project use by default webpack-stream with ts-loader and when I build I have a multiple error like that :
ERROR in /home/stagiaire/cloudunit-v2/cu-frontweb/node_modules/rxjs/add/operator/zipAll.d.ts
(2,16): error TS2435: Ambient modules cannot be nested in other modules.
Hi every,
I just init a project with TypeScript and add some node modules. The project use by default webpack-stream with ts-loader and when I build I have a multiple error like that :
This is my typings.json
How can I correct that?
Thanks ;)
The text was updated successfully, but these errors were encountered: