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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Every time a open the CLI package the VSCode warns me about an incorrect tsconfig.json that uses project references without having composite enabled. After looking at the docs I've confirmed that VSCode is right.
Every time a open the CLI package the VSCode warns me about an incorrect
tsconfig.jsonthat uses project references without having composite enabled. After looking at the docs I've confirmed that VSCode is right.Link of TS's project references docs:
https://www.typescriptlang.org/docs/handbook/project-references.html#composite
Since
tests/tsconfig.jsonis only used by test runner we don't see any error in the console, but for long term this may cause some troube.