Merge pull request 'fix ci' (#251) from staging into main

Reviewed-on: Ruderverein-Donau-Linz/rowt#251
This commit is contained in:
2024-03-05 15:02:12 +01:00

View File

@ -15,5 +15,6 @@
"noUnusedParameters": true, "noUnusedParameters": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"skipLibCheck": true "skipLibCheck": true
} },
"exclude": ["tests/"]
} }