diff options
Diffstat (limited to 'test/snippets/tsx-fallback-rewrite-works.tsx')
-rw-r--r-- | test/snippets/tsx-fallback-rewrite-works.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/snippets/tsx-fallback-rewrite-works.tsx b/test/snippets/tsx-fallback-rewrite-works.tsx index b18619914..918db3b04 100644 --- a/test/snippets/tsx-fallback-rewrite-works.tsx +++ b/test/snippets/tsx-fallback-rewrite-works.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck // This looks like it does nothing // But if you import /tsx-fallback-rewrite-works.js, it should resolve the import to /tsx-fallback-rewrite-works.tsx export function test() { |