Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate object key #142

Open
swapnalshahil opened this issue Dec 4, 2020 · 0 comments
Open

Duplicate object key #142

swapnalshahil opened this issue Dec 4, 2020 · 0 comments

Comments

@swapnalshahil
Copy link

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" ] }

swapnalshahil added a commit to swapnalshahil/tensormap that referenced this issue Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant