Skip to content

Commit

Permalink
Merge pull request #27979 from element-hq/florianduros/fix-ci-js-sdk
Browse files Browse the repository at this point in the history
Add `allowImportingTsExtensions` to tsconfig.json
  • Loading branch information
florianduros authored Aug 30, 2024
2 parents 74c796d + 4713502 commit 7dc006e
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
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"experimentalDecorators": false,
"emitDecoratorMetadata": false,
"resolveJsonModule": true,
Expand Down

0 comments on commit 7dc006e

Please sign in to comment.