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
Two of them appear to be used during pepr init (see src/cli/init/templates.ts). The presence of multiple files creates room for configuration drift. We should seek to answer the following questions:
Why do we have four files that match the pattern tsconfig.*.json?
How is the exported variable tsConfig (see templates.ts) used in generating new pepr modules?
Can we derive the tsconfig.json file used in new pepr modules from the ./tsconfig.json file used by Pepr?
Definition of Done
We'll know we're done with this spike when we can answer the above questions and link to any follow-on issues created from this spike.
The text was updated successfully, but these errors were encountered:
Research Goal
Pepr contains four
tsconfig.json
files:Two of them appear to be used during
pepr init
(seesrc/cli/init/templates.ts
). The presence of multiple files creates room for configuration drift. We should seek to answer the following questions:tsconfig.*.json
?tsConfig
(seetemplates.ts
) used in generating new pepr modules?tsconfig.json
file used in new pepr modules from the./tsconfig.json
file used by Pepr?Definition of Done
We'll know we're done with this spike when we can answer the above questions and link to any follow-on issues created from this spike.
The text was updated successfully, but these errors were encountered: