We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5388749 commit 4683caeCopy full SHA for 4683cae
src/loader/loader.ts
@@ -1,12 +1,10 @@
1
import { defu } from "defu";
2
import jiti from "jiti";
3
+import type { JITIOptions } from "jiti";
4
import { resolveSchema } from "../schema";
5
import type { Schema } from "../types";
6
import untypedPlugin from "./babel";
7
-// TODO: https://github.com/unjs/jiti/issues/132
8
-type JITIOptions = Parameters<typeof jiti>[1];
9
-
10
export interface LoaderOptions {
11
jiti?: JITIOptions;
12
defaults?: Record<string, any>;
0 commit comments