Skip to content

Commit f0afdbb

Browse files
committed
Updated tsconfig.json for new tslint process in VSCode
1 parent a110073 commit f0afdbb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tsconfig.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,15 @@
2323
],
2424
"exclude": [
2525
"node_modules",
26+
],
27+
"plugins": [
28+
{
29+
"name": "typescript-tslint-plugin",
30+
"alwaysShowRuleFailuresAsWarnings": false,
31+
"ignoreDefinitionFiles": true,
32+
"configFile": "./tslint.json",
33+
"suppressWhileTypeErrorsPresent": false,
34+
"mockTypeScriptVersion": false
35+
}
2636
]
2737
}

0 commit comments

Comments
 (0)