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

'dom' and 'webworker' can't coexist in tsconfig.json [v2] #42

Closed
ghost opened this issue May 2, 2018 · 1 comment
Closed

'dom' and 'webworker' can't coexist in tsconfig.json [v2] #42

ghost opened this issue May 2, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented May 2, 2018

As the title says, the two type declarations are mutually exclusive. Compiling with them produces the errors:

node_modules/typescript/lib/lib.webworker.d.ts(1949,6): error TS2300: Duplicate identifier 'USVString'.
node_modules/typescript/lib/lib.webworker.d.ts(1950,6): error TS2300: Duplicate identifier 'IDBValidKey'.
node_modules/typescript/lib/lib.webworker.d.ts(1951,6): error TS2300: Duplicate identifier 'BufferSource'.
...

See here for the related issue

@ujjwalguptaofficial
Copy link
Owner

V2 is released and you should not get above problem.

Thanks

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