-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Typings main.d.ts not referenced in tsconfig.json? #244
Comments
Same here. Perhaps it is due to an update of the typescript compiler because I've only noticed this recently, now, anything not included in |
If you're using Atom, I think it overwrites the |
andreialecu
added a commit
to andreialecu/angular2-webpack-starter
that referenced
this issue
Jan 23, 2016
This was referenced Nov 27, 2023
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Was this switched to use typings recently?
I got a lot of errors during the typescript compilation step until I added
"./typings/main.d.ts"
to"filesGlob"
and/or"files"
intsconfig.json
Shouldn't it be there or is there something else wrong in my environment?
The text was updated successfully, but these errors were encountered: