Skip to content

Commit

Permalink
Fix the type linting command to actually check the relevant types
Browse files Browse the repository at this point in the history
Disabling the checks for lib files will hide typescript errors in the
stylelint type definitions, as those are loaded as a lib type when
type-checking type-test.ts
  • Loading branch information
stof committed Sep 19, 2022
1 parent 6edbbdf commit a2e8ed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"noUncheckedIndexedAccess": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"typeRoots": ["./types", "./node_modules/@types"]
},
"include": ["lib", "types", "package.json"],
Expand Down

0 comments on commit a2e8ed7

Please sign in to comment.