1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 10:19:26 -05:00

Update tsconfig.json

This commit is contained in:
Aya Morisawa 2016-12-29 10:56:24 +09:00
parent d4b2f8759c
commit deb293c000

View file

@ -3,7 +3,7 @@
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noUnusedParameters": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"experimentalDecorators": true,