Skip to content

Commit ed7f84e

Browse files
committed
fix module resolution
1 parent 8382cf1 commit ed7f84e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/create-inertiacore/stubs/react-ts/ClientApp/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"target": "esnext",
77
"module": "esnext",
88
"noEmit": true,
9-
"moduleResolution": "node",
9+
"moduleResolution": "bundler",
1010
"jsx": "react-jsx",
1111
"rootDir": "./src",
1212
"strict": true,

packages/create-inertiacore/stubs/vue-ts/ClientApp/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target": "esnext",
55
"module": "esnext",
66
"noEmit": true,
7-
"moduleResolution": "node",
7+
"moduleResolution": "bundler",
88
"rootDir": "./src",
99
"strict": true,
1010
"esModuleInterop": true,

0 commit comments

Comments
 (0)