fix(config): resolve json module

This commit is contained in:
Corentin Thomasset 2021-05-18 00:16:21 +02:00
parent 58d91900a3
commit c0f6a88c41
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -10,6 +10,7 @@
],
"esModuleInterop": true,
"allowJs": true,
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"noEmit": true,