Set declare-module tslint to true

This commit is contained in:
Justin Chew
2018-03-23 14:57:11 +00:00
committed by GitHub
parent ff63f28d06
commit 22d2e5efbb
+1 -1
View File
@@ -1,7 +1,7 @@
{
"extends": "dtslint/dt.json",
"rules": {
"no-single-declare-module": false,
"no-single-declare-module": true,
"no-empty-interface": false
}
}