Skip to content

Commit

Permalink
Merge pull request #970 from agilgur5/skipLibCheck-recommended
Browse files Browse the repository at this point in the history
fix: skipLibCheck should be recommended in the reference
  • Loading branch information
Orta Therox authored Aug 25, 2020
2 parents a456795 + 625e1c5 commit 0a98fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tsconfig-reference/scripts/tsconfigRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const recommended: CompilerOptionName[] = [
"noImplicitThis",
"noImplicitAny",
"esModuleInterop",
"skipLibCheck",
];

type RootProperties = "files" | "extends" | "include" | "exclude";
Expand Down

0 comments on commit 0a98fa7

Please sign in to comment.