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