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
$ npx tsc -p ./jsconfig.json
test.js:3:9 - error TS2306: File '/asd/node_modules/any-date-parser/index.d.ts' is not a module.
3 require('any-date-parser');
~~~~~~~~~~~~~~~~~
Found 1 error in test.js:3
The text was updated successfully, but these errors were encountered:
Hi, I'm using tsserver for typechecking on a nodejs project, and I get an error when importing the package
See the gist: https://gist.github.com/dbellavista/901a33f0f23b1159972965349a19fbd1
The text was updated successfully, but these errors were encountered: