Skip to content

Commit e2b74c4

Browse files
committed
update module resolution
1 parent 5eef42f commit e2b74c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/react-router/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33

44
"include": ["src/**/*"],
55

6-
"compilerOptions": {}
6+
"compilerOptions": {
7+
"moduleResolution": "bundler"
8+
}
79
}

0 commit comments

Comments
 (0)