Skip to content

Commit d4d8f31

Browse files
committed
chore: maybe fix typecheck
1 parent e4b4032 commit d4d8f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types/types.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expectTypeOf, it } from 'vitest'
2-
import type { ModuleOptions } from '../../dist/module'
2+
import type { ModuleOptions } from '../../src/module'
33
import type { ScriptRegistry } from '../../src/runtime/types'
44

55
describe('module options registry', async () => {

0 commit comments

Comments
 (0)