Skip to content

Commit 88c2803

Browse files
committed
chore: fix type issues
1 parent 5a569eb commit 88c2803

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/loader/babel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ConfigAPI, PluginItem, PluginObj } from "@babel/core";
22
import * as t from "@babel/types";
3-
import { Schema, JSType, TypeDescriptor, FunctionArg } from "../types";
3+
import type { Schema, JSType, TypeDescriptor, FunctionArg } from "../types";
44
import {
55
normalizeTypes,
66
mergedTypes,

src/loader/transform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @ts-ignore
12
import * as babel from "@babel/standalone/babel.min.js";
23
import untypedPlugin from "./babel";
34

0 commit comments

Comments
 (0)