Skip to content

Commit 4683cae

Browse files
committed
chore: update types
1 parent 5388749 commit 4683cae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/loader/loader.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import { defu } from "defu";
22
import jiti from "jiti";
3+
import type { JITIOptions } from "jiti";
34
import { resolveSchema } from "../schema";
45
import type { Schema } from "../types";
56
import untypedPlugin from "./babel";
67

7-
// TODO: https://github.com/unjs/jiti/issues/132
8-
type JITIOptions = Parameters<typeof jiti>[1];
9-
108
export interface LoaderOptions {
119
jiti?: JITIOptions;
1210
defaults?: Record<string, any>;

0 commit comments

Comments
 (0)