This commit is contained in:
Sandeep Somavarapu
2018-02-22 10:19:23 +01:00
parent 0e9649f0ae
commit 03f92dde0a
2 changed files with 4 additions and 29 deletions

View File

@@ -6,9 +6,10 @@
"lib": [
"es2015"
],
"strict": true
"strict": true,
"noUnusedLocals": true
},
"include": [
"src/**/*"
]
}
}