mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Add allowImportingTsExtensions
to tsconfig.json
This commit is contained in:
parent
74c796d77a
commit
4713502232
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowImportingTsExtensions": true,
|
||||
"experimentalDecorators": false,
|
||||
"emitDecoratorMetadata": false,
|
||||
"resolveJsonModule": true,
|
||||
|
|
Loading…
Reference in a new issue