Add `allowImportingTsExtensions` to tsconfig.json
parent
74c796d77a
commit
4713502232
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowImportingTsExtensions": true,
|
||||
"experimentalDecorators": false,
|
||||
"emitDecoratorMetadata": false,
|
||||
"resolveJsonModule": true,
|
||||
|
|
Loading…
Reference in New Issue