Add support for resolving json imports

This commit is contained in:
Daniel_I_Am 2022-05-27 22:51:08 +02:00
parent 2f4b1e38de
commit d52b9b21ff

View File

@ -5,6 +5,7 @@
"strict": true,
"jsx": "preserve",
"moduleResolution": "node",
"resolveJsonModule": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,