Skip to content

The 'declare' modifier is only allowed when the 'allowDeclareFields' option of @babel/plugin-transform-typescript or @babel/preset-typescript is enabled #114

The 'declare' modifier is only allowed when the 'allowDeclareFields' option of @babel/plugin-transform-typescript or @babel/preset-typescript is enabled

The 'declare' modifier is only allowed when the 'allowDeclareFields' option of @babel/plugin-transform-typescript or @babel/preset-typescript is enabled #114

Workflow file for this run

name: labeler
on:
issues:
types: [opened, edited, reopened]
jobs:
labeler:
runs-on: ubuntu-latest
name: Label issues
steps:
- name: check-out-repository
uses: actions/checkout@v2
- name: labeler
uses: jayu/super-labeler-action@develop
env:
ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}