1. Create a new folder. 2. Add a `tsconfig.json`/`jsconfig.json`. 3. Add `"experimentalDecorators": true`. 4. Create a new `.js` file that has a decorated class. Expected: No error. Actual: Error that you need to add `"experimentalDecorators": true`.
tsconfig.json/jsconfig.json."experimentalDecorators": true..jsfile that has a decorated class.Expected: No error.
Actual: Error that you need to add
"experimentalDecorators": true.