Replies: 1 comment 2 replies
-
You can fix the typescript error by adding a declaration file at the root of your project like this: |
Beta Was this translation helpful? Give feedback.
2 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 trying to setup the project for PoC reason and has issue with typescript. So, I'm just curious if it's possible to work with typescript project?
here is my code
remote - vite.config.ts
host - vite.config.ts
host App.tsx
Anyway, I got Cannot find module 'remote_app/Button' or its corresponding type declarations.ts(2307).
Beta Was this translation helpful? Give feedback.
All reactions