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 Mar 13, 2026. It is now read-only.
First of all, couldn't tell you how excited we are to be experimenting with the latest vp tool! I've been personally trying it out for several weeks now, and wanted to provide some usability feedback.
It's very common for monorepos to have a package(s) that contains base configuration files for some tool; and even in the new oxc and tsgo world, reusable tsconfig and oxlint configs will still have their place and will definitely be common use cases.
It would be great if there was some way to configure base configs, rather than generate tsconfig.json files that re-define common compilerOptions (e.g. strict, noUnusedLocals, etc.). On the other hand, there are some fields that should always be re-defined per package/application.
This would definitely enhance the DevX scaffolding / package-creation experience!