summaryrefslogtreecommitdiff
path: root/packages/sw/tsconfig.json
diff options
context:
space:
mode:
authorzyoshoka <107108195+zyoshoka@users.noreply.github.com>2024-08-30 15:53:04 +0900
committerGitHub <noreply@github.com>2024-08-30 15:53:04 +0900
commit8be624aa4441dbbc3f911453d22b70dee8a685b5 (patch)
treee462548621295abd588559d01ddf434e45c2c191 /packages/sw/tsconfig.json
parentfix(frontend): server metrics look strange after reload (#14467) (diff)
downloadmisskey-8be624aa4441dbbc3f911453d22b70dee8a685b5.tar.gz
misskey-8be624aa4441dbbc3f911453d22b70dee8a685b5.tar.bz2
misskey-8be624aa4441dbbc3f911453d22b70dee8a685b5.zip
refactor(sw): fix type errors (#14478)
* style(sw): lint fixes * refactor(sw): fix type errors * chore(sw): disable `noImplicitAny` * ci(sw): enable typecheck ci * ci(sw): build `misskey-js` before typecheck
Diffstat (limited to 'packages/sw/tsconfig.json')
-rw-r--r--packages/sw/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sw/tsconfig.json b/packages/sw/tsconfig.json
index 50d4aae19d..f3f3543013 100644
--- a/packages/sw/tsconfig.json
+++ b/packages/sw/tsconfig.json
@@ -2,6 +2,7 @@
"compilerOptions": {
"allowJs": true,
"noEmitOnError": false,
+ "noImplicitAny": false,
"noImplicitReturns": true,
"noUnusedParameters": false,
"noUnusedLocals": true,