Skip to content

Commit 22f9abf

Browse files
authored
[code-infra] Remove tsconfig baseUrl (#47044)
1 parent a85643b commit 22f9abf

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

docs/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"allowJs": true,
55
"isolatedModules": true,
66
"moduleResolution": "bundler",
7-
/* files are emitted by babel */
8-
"baseUrl": "../",
97
"noEmit": true,
108
"noUnusedLocals": true,
119
"resolveJsonModule": true,

examples/material-ui-nextjs-ts/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"name": "next"
2020
}
2121
],
22-
"baseUrl": ".",
2322
"paths": {
2423
"@/*": ["./src/*"]
2524
}

examples/material-ui-react-router-ts/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"moduleResolution": "bundler",
99
"jsx": "react-jsx",
1010
"rootDirs": [".", "./.react-router/types"],
11-
"baseUrl": ".",
1211
"paths": {
1312
"~/*": ["./app/*"]
1413
},

examples/material-ui-remix-ts/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"strict": true,
1212
"allowJs": true,
1313
"forceConsistentCasingInFileNames": true,
14-
"baseUrl": ".",
1514
"paths": {
1615
"~/*": ["./app/*"]
1716
},

packages/api-docs-builder/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"module": "nodenext",
1313
"moduleResolution": "nodenext",
1414
"strict": true,
15-
"baseUrl": "./",
1615
"paths": {
1716
"@mui/internal-docs-utils": ["../../packages-internal/docs-utils/src"]
1817
}

scripts/buidApiDocs/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": "./",
4-
53
"module": "node16",
64
"target": "es2022",
75
"moduleResolution": "node16",

0 commit comments

Comments
 (0)