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 e4b4032 commit d4d8f31Copy full SHA for d4d8f31
test/types/types.test-d.ts
@@ -1,5 +1,5 @@
1
import { describe, expectTypeOf, it } from 'vitest'
2
-import type { ModuleOptions } from '../../dist/module'
+import type { ModuleOptions } from '../../src/module'
3
import type { ScriptRegistry } from '../../src/runtime/types'
4
5
describe('module options registry', async () => {
0 commit comments