Merge pull request #27979 from element-hq/florianduros/fix-ci-js-sdk

Add `allowImportingTsExtensions` to tsconfig.json
pull/27980/head
Florian Duros 2024-08-30 14:34:39 +00:00 committed by GitHub
commit 7dc006e13e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"experimentalDecorators": false,
"emitDecoratorMetadata": false,
"resolveJsonModule": true,