Enable resolving JSON modules.

This commit is contained in:
Bauke 2023-05-04 14:25:17 +02:00
parent 6a5d39e8ad
commit 29838f4734
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
],
"module": "ES2022",
"moduleResolution": "Node",
"resolveJsonModule": true,
"strict": true,
"target": "ES2022"
},