Skip to content

Commit 15e5277

Browse files
committed
Remove unnecessary skipLibCheck field
1 parent be4724d commit 15e5277

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "../../config/tsconfig.base.json",
33
"compilerOptions": {
4-
"outDir": "dist",
5-
"skipLibCheck": true
4+
"outDir": "dist"
65
},
76
"exclude": ["dist/**/*"]
87
}

packages/firestore/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../../config/tsconfig.base.json",
33
"compilerOptions": {
4-
"skipLibCheck": true,
54
"outDir": "dist"
65
},
76
"exclude": ["scripts/**/*", "dist/**/*"]

repo-scripts/prune-dts/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"target": "es2017",
99
"esModuleInterop": true,
1010
"declaration": true,
11-
"strict": true,
12-
"skipLibCheck": true
11+
"strict": true
1312
},
1413
"exclude": ["dist/**/*"]
1514
}

0 commit comments

Comments
 (0)