Replies: 1 comment
-
ran into a similar issue. realised I needed a adding {
"compilerOptions": {
"baseUrl": "./src/"
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm typescript-ifying my blog. I've enabled absolute imports from
src
inGatsby-node.js
:VSCode is warning me that it can't find the type declarations, but it runs fine. Is there something I can do to tell VSCode where to look for the type declarations?
Beta Was this translation helpful? Give feedback.
All reactions