diff options
| author | Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> | 2024-07-13 16:59:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-13 16:59:08 +0900 |
| commit | 9fcae7d9b287eda113363780094257614e06242d (patch) | |
| tree | a38084b61037c929889020e9f9c73ea0546dd9b2 /packages/sw | |
| parent | fix(frontend): ホットキーのレートリミットがallowRepeatを考慮... (diff) | |
| download | misskey-9fcae7d9b287eda113363780094257614e06242d.tar.gz misskey-9fcae7d9b287eda113363780094257614e06242d.tar.bz2 misskey-9fcae7d9b287eda113363780094257614e06242d.zip | |
refactor(sw): enable noImplicitAny (#14191)
Diffstat (limited to 'packages/sw')
| -rw-r--r-- | packages/sw/tsconfig.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/sw/tsconfig.json b/packages/sw/tsconfig.json index f3f3543013..50d4aae19d 100644 --- a/packages/sw/tsconfig.json +++ b/packages/sw/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "allowJs": true, "noEmitOnError": false, - "noImplicitAny": false, "noImplicitReturns": true, "noUnusedParameters": false, "noUnusedLocals": true, |