Allow resolving JSON modules

This commit is contained in:
delucis 2022-03-30 11:59:22 +02:00
parent a84ff5ee63
commit 5279b7249c
No known key found for this signature in database
GPG key ID: 52DB15DC07051619

View file

@ -5,6 +5,7 @@
"allowJs": true,
"module": "ES2020",
"outDir": "./dist",
"resolveJsonModule": true,
"target": "ES2020"
}
}