UNPKG

164 BJSONView Raw
1{
2 "extends": "../tslint.json",
3 "rules": {
4 "no-import-side-effect": [
5 true,
6 {
7 "ignore-module": "^@simplism"
8 }
9 ]
10 }
11}
\No newline at end of file