UNPKG

142 BJSONView Raw
1{
2 "extends": "dtslint/dtslint.json",
3 "rules": {
4 "no-single-declare-module": false,
5 "strict-export-declare-modifiers": false
6 }
7}