-
Notifications
You must be signed in to change notification settings - Fork 830
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
tsc: Referenced project must have setting "composite": true. #3401
Comments
@westonruter I made a sample repository: https://github.com/JedBeom/workbox-composite-demo I checked each workbox/packages/workbox-build/tsconfig.json Lines 14 to 21 in f05c571
workbox/packages/workbox-precaching/tsconfig.json Lines 9 to 13 in f05c571
|
Library Affected:
All workbox libraries referencing other workbox libraries
Typescript Version:
5.7.3
I use workbox-precaching for my project. However I've got these messages from VS Code:
According to the TypeScript Handbook,
referenced projects must have the new composite setting enabled
.It seems the libraries below referenced by other libraries:
Adding
"composite": true
to eachtsconfig.json
would fix these warnings.The text was updated successfully, but these errors were encountered: