diff --git a/website/pages/docs/setup.mdx b/website/pages/docs/setup.mdx index 28cf1e1a58..82dfa340dc 100644 --- a/website/pages/docs/setup.mdx +++ b/website/pages/docs/setup.mdx @@ -364,8 +364,6 @@ export const check = (input: any): input is IMember => { Non-standard TypeScript compilers are removing every type informations, and skipping type checkings for rapid compilation. By the way, without those type informations, `typia` can't do anything. This is the reason why `typia` doesn't support non-standard TypeScript compilers. -By the way, [SWC](https://swc.rs) is preparing a new project [STC](https://github.com/dudykr/stc) keeping type informations. Therefore, `typia` will support it. -