meta: add some typescript configs

This commit is contained in:
Kazhnuz 2023-10-17 19:02:29 +02:00
parent 93201f3425
commit 8dd5943d5a

View file

@ -14,4 +14,6 @@
"path": "./tsconfig.config.json"
}
],
"resolveJsonModule": true,
"esModuleInterop": true,
}