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
A duplicate object key is found in tsconfig.json. "isolatedModules": true, and "isolatedModules": false, both found in tsconfig.json.
And from my point of view Isolated modules false will be a better approach.
Please have a look @orionpax00@ivantha@keshan { "compilerOptions": { "isolatedModules": false, "target": "es5", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "preserve" }, "include": [ "src" ] }
The text was updated successfully, but these errors were encountered:
A duplicate object key is found in tsconfig.json.
"isolatedModules": true,
and"isolatedModules": false,
both found in tsconfig.json.And from my point of view Isolated modules
false
will be a better approach.Please have a look @orionpax00 @ivantha @keshan
{ "compilerOptions": { "isolatedModules": false, "target": "es5", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "preserve" }, "include": [ "src" ] }
The text was updated successfully, but these errors were encountered: