1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 21:35:47 +02:00
This commit is contained in:
syuilo
2021-05-14 11:46:39 +09:00
parent b53a6bfe0c
commit cb0e275db9
7 changed files with 520 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
"removeComments": true,
"strict": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"esModuleInterop": true,
},