This commit is contained in:
syuilo 2023-02-22 15:02:39 +09:00
parent 5ec07ede7c
commit 9b72e02da3
2 changed files with 1 additions and 2 deletions

View file

@ -37,7 +37,6 @@ jobs:
- frontend
- sw
lint:
- typecheck
- eslint
steps:
- uses: actions/checkout@v3.3.0

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"allowJs": true,
"noEmitOnError": false,
"noEmitOnError": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedParameters": false,