Doesn't work with typescript 4.9 satisfies operator
Created by: elderapo
Describe the bug
Doesn't work with the typescript 4.9 satisfies
operator.
Steps to reproduce
Add
const test = {} satisfies {};
anywhere in your CRA project.
Expected behavior
No syntax error.
Actual behavior
Syntax error.