Skip to content

Commit

Permalink
Add skipLibCheck to deal with broken matrix-js-sdk typings
Browse files Browse the repository at this point in the history
Shadowfiend committed Mar 8, 2023
1 parent be1242f commit 464e5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
"noImplicitThis": true,
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,
"skipLibCheck": true,
"esModuleInterop": true,
"strict": true,
"target": "es2022",

0 comments on commit 464e5c0

Please sign in to comment.