-
Notifications
You must be signed in to change notification settings - Fork 1
"An import path cannot end with a '.ts' extension." #17
Comments
Yup, that's because I uploaded an empty package to NPM. Technically there's nothing to import, which gets the compiler to think that the package was misspelled. If you'd like to try this out though, you can use |
I used |
This
|
And I mean, there is definitely this repo in my |
I guess you removed the I guess the |
When I try
import * as blockstack from
blockstack.ts'` I get the error:The text was updated successfully, but these errors were encountered: