Skip to content

Commit af2e61d

Browse files
Remove unnecessary path mappings in tsconfig.json
Co-authored-by: rahul.chhabria <[email protected]>
1 parent d1b72ad commit af2e61d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tsconfig.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
"paths": { /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. Must match `alias` in `gatsby-node.js`. */
4141
"sentry-docs/*": [
4242
"src/*"
43-
],
44-
"react": [
45-
"./node_modules/react"
46-
],
47-
"next": [
48-
"./node_modules/next"
4943
]
5044
},
5145
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */

0 commit comments

Comments
 (0)