chore(tsconfig): set moduleResolution to bundler

Since the project gets assembled with esbuild
This commit is contained in:
Kirill Gavrilov 2026-05-03 16:04:29 +03:00
parent 63ab5c43c2
commit 9acff10b73

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"target": "ES6",
"noImplicitAny": true,
"isolatedModules": true,