Skip to content

Commit

Permalink
chore: update to use bundler module resolution (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Mar 2, 2025
1 parent 9796730 commit 1fd6a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nuxi/src/utils/dev.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Nuxt, NuxtConfig } from '@nuxt/schema'
import type { FSWatcher } from 'chokidar'
import type { Jiti } from 'jiti/lib/types'
import type { Jiti } from 'jiti'
import type { HTTPSOptions, Listener, ListenOptions, ListenURL } from 'listhen'
import type { RequestListener, ServerResponse } from 'node:http'
import type { AddressInfo } from 'node:net'
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"allowJs": true,
"strict": true,
Expand Down

0 comments on commit 1fd6a38

Please sign in to comment.