We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
13 of 20 projects failed to build with the old tsc and were ignored packages/vec/tsconfig.build.json error TS2688: Cannot find type definition file for '@testing-library/jest-dom'. Project Scope in packages/vec/tsconfig.build.json error TS2688: Cannot find type definition file for '@testing-library/react'. Project Scope in packages/vec/tsconfig.build.json packages/vec/tsconfig.dev.json error TS2688: Cannot find type definition file for '@testing-library/jest-dom'. Project Scope in packages/vec/tsconfig.dev.json error TS2688: Cannot find type definition file for '@testing-library/react'. Project Scope in packages/vec/tsconfig.dev.json packages/intersect/tsconfig.build.json error TS2688: Cannot find type definition file for '@testing-library/jest-dom'. Project Scope in packages/vec/tsconfig.json error TS2688: Cannot find type definition file for '@testing-library/react'. Project Scope in packages/vec/tsconfig.json packages/intersect/tsconfig.dev.json error TS2688: Cannot find type definition file for '@testing-library/jest-dom'. Project Scope in packages/vec/tsconfig.json error TS2688: Cannot find type definition file for '@testing-library/react'. Project Scope in packages/vec/tsconfig.json packages/curve/tsconfig.build.json error TS2688: Cannot find type definition file for '@testing-library/jest-dom'. Project Scope in packages/curve/tsconfig.build.json error TS2688: Cannot find type definition file for '@testing-library/react'. Project Scope in packages/curve/tsconfig.build.json packages/curve/tsconfig.dev.json error TS2688: Cannot find type definition file for '@testing-library/jest-dom'. Project Scope in packages/curve/tsconfig.dev.json error TS2688: Cannot find type definition file for '@testing-library/react'. Project Scope in packages/curve/tsconfig.dev.json packages/curve/tsconfig.json error TS2688: Cannot find type definition file for '@testing-library/jest-dom'. Project Scope in packages/curve/tsconfig.json error TS2688: Cannot find type definition file for '@testing-library/react'. Project Scope in packages/curve/tsconfig.json
13 of 20 projects failed to build with the old tsc and were ignored
error TS2688: Cannot find type definition file for '@testing-library/jest-dom'.
error TS2688: Cannot find type definition file for '@testing-library/react'.
This one needs further fixing. If looking into node_modules/@types we need to handle scoped package names.
node_modules/@types
Originally posted by @sheetalkamat in #53122 (comment)
The text was updated successfully, but these errors were encountered:
This also needs to update typeRoots to: ["node_modules/@types", "node_modules"] https://github.com/tldraw/tldraw/blob/main/tsconfig.base.json#L31
["node_modules/@types", "node_modules"]
Sorry, something went wrong.
Mangle scoped package names when resolving from typeRoot location of @…
2afcf00
…types Fixes #53154
sheetalkamat
Successfully merging a pull request may close this issue.
tldraw/tldraw
This one needs further fixing. If looking into
node_modules/@types
we need to handle scoped package names.Originally posted by @sheetalkamat in #53122 (comment)
The text was updated successfully, but these errors were encountered: