Closed
Description
I have walked through the wizard "Create a TypeScript project from existing nodejs code" with tsconfig.json containing the line: "experimentalDecorators": true
within "compilerOptions"
. Still I get the experimental warnings for all decorators that have been used.
I tried the same tsconfig.json configuration and code in an ASP.NET 5 project and there it just works without the warning showing up.