Skip to content

Commit 2bc153f

Browse files
author
Aleix Morgadas
committed
tslint
1 parent 3f23d8f commit 2bc153f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
],
1919
"typeRoots": [
2020
"node_modules/@types"
21-
],
22-
"noStrictGenericChecks": true
21+
]
2322
},
2423
"files": [
2524
"index.ts"

tslint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"forin": true,
1919
"import-blacklist": [
2020
true,
21-
"rxjs",
2221
"rxjs/Rx"
2322
],
2423
"import-spacing": true,

0 commit comments

Comments
 (0)