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

Add `allowImportingTsExtensions` to tsconfig.json
This commit is contained in:
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

View file

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