Skip to content

Commit 89c6589

Browse files
committed
Remove empty compilerOptions objects
1 parent 938af08 commit 89c6589

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

packages/get-os-info/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json",
3-
"compilerOptions": {}
2+
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json"
43
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json",
3-
"compilerOptions": {}
2+
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json"
43
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json",
3-
"compilerOptions": {}
2+
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json"
43
}

packages/mongodb-ns/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json",
3-
"compilerOptions": {}
2+
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json"
43
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json",
3-
"compilerOptions": {}
2+
"extends": "@mongodb-js/tsconfig-devtools/tsconfig.common.json"
43
}

0 commit comments

Comments
 (0)