diff options
Diffstat (limited to 'src/runtime/index.ts')
-rw-r--r-- | src/runtime/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/index.ts b/src/runtime/index.ts index 3eebc8d5b..3c35e361c 100644 --- a/src/runtime/index.ts +++ b/src/runtime/index.ts @@ -1,3 +1,4 @@ +// @ts-nocheck export * from "./hmr"; export * from "./errors"; export * from "./index-without-hmr"; |