Skip to content

Commit 038f98b

Browse files
committed
remove types for now
1 parent 9617328 commit 038f98b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

test/fixture/config.ts

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
import { createDefineConfig } from "../../src";
2-
import type { SourceOptions } from "../../src";
3-
4-
const defineConfig = createDefineConfig();
5-
6-
export default defineConfig({
1+
export default {
72
theme: "./theme",
83
extends: [
94
["c12-npm-test"],
105
["gh:unjs/c12/test/fixture/_github#main", { giget: {} }],
11-
] as [string, SourceOptions][] /* TODO: Auto type */,
6+
],
127
$test: {
138
extends: ["./config.dev"],
149
envConfig: true,
@@ -21,4 +16,4 @@ export default defineConfig({
2116
// foo: "bar",
2217
// x: "123",
2318
array: ["a"],
24-
});
19+
};

0 commit comments

Comments
 (0)