Fix core tsconfig: add ESNext and DOM libs for npm publish

This commit is contained in:
Danila Poyarkov 2026-03-04 01:58:37 +03:00
parent 7ad4116860
commit b38d088383

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ESNext", "DOM"],
"module": "ESNext",
"moduleResolution": "bundler",