disable tsc no-unused checks

This commit is contained in:
Roman Hotsiy 2016-12-02 12:10:54 +02:00
parent 370b164b5f
commit d63ca7de03
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -9,8 +9,6 @@
"outDir": ".tmp",
"pretty": true,
"moduleResolution": "node",
"noUnusedParameters": true,
"noUnusedLocals": true,
"types": [
"core-js",
"jasmine",