-
Hi, I am playing around with aleph quite a bit to learn it, and have one question. My question is how to import global types/interfaces that globally available in react (@types/react (global.d.ts)), for example, "HTMLButtonElement". |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
Please don't use issues for questions, use discussions or the discord instead. |
Beta Was this translation helpful? Give feedback.
-
please try |
Beta Was this translation helpful? Give feedback.
-
since we switchy to swc that doesn't support type check yet instead of tsc, tsconfig doesn't work in alephjs. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
/// <reference lib="dom" />
can work