Closed jwamsterdam closed 7 years ago
The link provided by Kitze did not work for me. This one did work: https://ihatetomatoes.net/how-to-remove-experimentaldecorators-warning-in-vscode/
{
"compilerOptions": {
"experimentalDecorators": true,
"allowJs": true
}
}
I have enabled experimental decorators in the .env file, but how do I remove the red warnings underlining my code in vs code?