You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tsconfig.json
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
/* Basic Options */
4
4
"target": "ES2019"/* Specify ECMAScript target version - matches your browser support */,
5
5
"module": "ESNext"/* Let bundlers handle module transformation for better tree-shaking */,
6
-
"moduleResolution": "node", /* Use bundler-aware module resolution for modern Webpack builds. */
6
+
"moduleResolution": "bundler", /* Use bundler-aware module resolution for modern Webpack builds. */
7
7
/* Crucial for library compatibility: */
8
8
"skipLibCheck": true, // Skip type checking of declaration files for faster builds
9
9
"allowSyntheticDefaultImports": true, // Often helps with ESM interop
@@ -56,11 +56,6 @@
56
56
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
57
57
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
58
58
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
59
-
// "typeRoots": [], /* List of folders to include type definitions from. */
60
-
"typeRoots": [
61
-
"node_modules/@types",
62
-
"declarations.d.ts"
63
-
] /* List of folders to include type definitions from. */,
64
59
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
65
60
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
66
61
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
0 commit comments