Paul van Brenk

Results 3 issues of Paul van Brenk

It looks like `grunt-ts` currently doesn't support the [Project References](https://www.typescriptlang.org/docs/handbook/project-references.html) introduced in TS 3.0. Is there work scheduled to make that happen? I'm willing to take a look, i.e basically...

Currently the `~\aurelia-typescript\skel-nav-esri-vs-ts\skel-nav-esri-vs-ts\skel-nav-esri-vs-ts.csproj` file specifies the following additional flags to enable `decoratorMetadata` and `decorators` in the emit using the following element: ``` xml $(TypeScriptAdditionalFlags) --emitDecoratorMetadata --experimentalDecorators ``` This doesn't work...

This is how I configured the action in my workflow file ``` - uses: EPMatt/reviewdog-action-prettier@v1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review # add comments in the review level: warning...

status - waiting for feedback