Hello!
What is the difference between v5 decorators (https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#decorators) and experimentalDecorators (https://www.typescriptlang.org/tsconfig#experimentalDecorators) ?
Thanks!
TypeScript 5.0 Release Notes
From allowJs to useDefineForClassFields the TSConfig reference includes information about all of the active compiler flags setting up a TypeScript project.