Add `allowImportingTsExtensions` to tsconfig.json

pull/27979/head
Florian Duros 2024-08-30 16:21:48 +02:00
parent 74c796d77a
commit 4713502232
No known key found for this signature in database
GPG Key ID: A5BBB4041B493F15
1 changed files with 1 additions and 0 deletions

View File

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