I'm trying to compile a project using decorators with a recent build of TS and it's telling me that I have to pass the experimentalDecorators flag. I can pass it on the command line, in my tsconfig.json, but not with grunt-ts. I believe it's because it's not handled with the other boolean options.
I'm trying to compile a project using decorators with a recent build of TS and it's telling me that I have to pass the
experimentalDecoratorsflag. I can pass it on the command line, in mytsconfig.json, but not withgrunt-ts. I believe it's because it's not handled with the other boolean options.