Fix github action build

This commit is contained in:
uwap 2026-01-03 17:55:32 +01:00
parent a725a729a7
commit c833a9ab26
2 changed files with 1 additions and 1 deletions

View file

@ -16,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: snickerbockers/submodules-init@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4

View file

@ -22,7 +22,6 @@
"emitDecoratorMetadata": true
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
],