Skip to content

Commit

Permalink
chore: switch moduleResolution back to Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
orochaa committed Jun 26, 2024
1 parent e233432 commit b030484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/prompts/select-path.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { readdirSync } from 'node:fs';
import path from 'node:path';
import Prompt, { PromptOptions } from './prompt';
import Prompt, { type PromptOptions } from './prompt';

interface PathNode {
index: number;
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"noEmit": true,
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node16",
"moduleResolution": "Bundler",
"moduleDetection": "force",
"strict": true,
"esModuleInterop": true,
Expand Down

0 comments on commit b030484

Please sign in to comment.