web: change module resolution to Bundler

This commit is contained in:
Abdullah Atta
2024-09-24 13:44:44 +05:00
parent 21b6fc4982
commit 1bd3c3d0f4

View File

@@ -4,6 +4,7 @@
"lib": ["dom", "dom.iterable", "esnext"], "lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true, "allowJs": true,
"jsx": "react-jsx", "jsx": "react-jsx",
"moduleResolution": "Bundler",
"noEmit": true "noEmit": true
}, },
"include": ["src", "global.d.ts", "__tests__", "__e2e__"] "include": ["src", "global.d.ts", "__tests__", "__e2e__"]