ericcornelissen/webmangler

Centralize the (default) TypeScript version

Closed this issue · 0 comments

Chore

Description

Currently, every package.json specifies a TypeScript version. It would be easier if only the root package.json specifies a TypeScript version (optionally allowing individual packages to specify the TypeScript version if they need to deviate).

One drawback of the current approach can be seen in #167, where 30 files where changed because every package's TypeScript version was bumped.

Proposal

Use npm workspaces.