Fix tslint

This commit is contained in:
Justin Chew
2018-03-23 15:05:33 +00:00
committed by GitHub
parent 22d2e5efbb
commit 768b5c94e5
+3 -2
View File
@@ -1,7 +1,8 @@
{
"extends": "dtslint/dt.json",
"rules": {
"no-single-declare-module": true,
"no-empty-interface": false
"no-single-declare-module": false,
"no-empty-interface": false,
"no-declare-current-package": false
}
}