Can't use Using Declarations added in TypeScript 5.2 yet? #14327
Unanswered
okamototomoyuki
asked this question in
Q&A
Replies: 2 comments 7 replies
-
|
Setting // vite.config.{js,ts}
export default {
esbuild: {
target: "es2022",
},
// ...
}; |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
This is still relevant! |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using SvelteKit.
I tried to test the using declarations introduced in TypeScript 5.2 as shown above.
Then the following error occurred:
Is it not yet supported? If it is supported, how can I configure it to be able to use it?
Beta Was this translation helpful? Give feedback.
All reactions