Skip to content

Commit

Permalink
Remove unnecessary skipLibCheck field
Browse files Browse the repository at this point in the history
  • Loading branch information
dwyfrequency committed May 13, 2022
1 parent be4724d commit 15e5277
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions packages/firestore-compat/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../../config/tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"skipLibCheck": true
"outDir": "dist"
},
"exclude": ["dist/**/*"]
}
1 change: 0 additions & 1 deletion packages/firestore/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../config/tsconfig.base.json",
"compilerOptions": {
"skipLibCheck": true,
"outDir": "dist"
},
"exclude": ["scripts/**/*", "dist/**/*"]
Expand Down
3 changes: 1 addition & 2 deletions repo-scripts/prune-dts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"target": "es2017",
"esModuleInterop": true,
"declaration": true,
"strict": true,
"skipLibCheck": true
"strict": true
},
"exclude": ["dist/**/*"]
}

0 comments on commit 15e5277

Please sign in to comment.