Skip to content

Commit a4f11ec

Browse files
committed
remove redundant rootDir setting from tsconfig.build.json
1 parent 6a8fdfa commit a4f11ec

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/hub/tsconfig.build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"outDir": "dist",
7-
"rootDir": "src"
87
},
98
}

packages/minimal/tsconfig.build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"outDir": "dist",
7-
"rootDir": "src"
87
},
98
}

packages/types/tsconfig.build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"outDir": "dist",
7-
"rootDir": "src"
87
},
98
}

packages/utils/tsconfig.build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"outDir": "dist",
7-
"rootDir": "src"
87
},
98
}

0 commit comments

Comments
 (0)