Add allowImportingTsExtensions to tsconfig.json

This commit is contained in:
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

View file

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