chore(tsc): enable noUnusedLocals compiler option for tns-core-modules (#5755)

This commit is contained in:
Manol Donev
2018-05-10 16:12:59 +03:00
committed by GitHub
parent 9d21a743c4
commit 2fc1d8a8d4
40 changed files with 67 additions and 177 deletions

View File

@@ -1,11 +1,13 @@
{
"extends": "./tsconfig.shared",
"exclude": [
"tns-core-modules/docs-shims.d.ts",
"tns-platform-declarations/node_modules/",
"tns-platform-declarations/package/",
"tns-core-modules/node_modules/",
"tns-core-modules/package/",
"tns-core-modules/references.d.ts",
"tns-platform-declarations/ios/objc-x86_64/",
"tns-platform-declarations/node_modules/",
"tns-platform-declarations/package/",
"tns-platform-declarations/references.d.ts",
"tests/node_modules",
"tests/package/",
"tests/platforms",
@@ -19,10 +21,7 @@
"build",
"Deploy",
"out",
"obj",
"tns-platform-declarations/references.d.ts",
"tns-core-modules/references.d.ts",
"tns-platform-declarations/ios/objc-x86_64/",
"obj",
"unit-tests/common-types.d.ts"
]
}