Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Don't specify TS `moduleResolution` In the next release, it will be an error to set module or moduleResolution to node16 and the other to ad istinct value. See microsoft/TypeScript#54735 `module=Node16` implies `moduleResolution=node16` - Do not preserve quoted properties (prettier, rome) We no longer need to preserve quoted properties in the codebase. The last object-map was converted to a Map.
- Loading branch information