Skip to content

Commit

Permalink
Adds skipLibCheck flag to tsconfig (redwoodjs#2175)
Browse files Browse the repository at this point in the history
Co-authored-by: David Price <[email protected]>
  • Loading branch information
dac09 and thedavidprice authored Apr 10, 2021
1 parent 2722a6c commit b09a967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.compilerOption.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"jsx": "preserve",
"skipLibCheck": true,
"plugins": [
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
{ "path": "packages/testing" },
{ "path": "packages/prerender" },
],
"compilerOptions": {
"skipLibCheck": true
},
"files": []
}

0 comments on commit b09a967

Please sign in to comment.