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 5eef42f commit e2b74c4Copy full SHA for e2b74c4
packages/react-router/tsconfig.json
@@ -3,5 +3,7 @@
3
4
"include": ["src/**/*"],
5
6
- "compilerOptions": {}
+ "compilerOptions": {
7
+ "moduleResolution": "bundler"
8
+ }
9
}
0 commit comments