Skip to content

Commit 509b2dc

Browse files
committed
Add disableJsDiagnostics codefixes to harnes
1 parent fd9fb8f commit 509b2dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/harness/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"extends": "../tsconfig-base",
33
"compilerOptions": {
44
"removeComments": false,
@@ -81,6 +81,7 @@
8181
"../services/codefixes/helpers.ts",
8282
"../services/codefixes/importFixes.ts",
8383
"../services/codefixes/unusedIdentifierFixes.ts",
84+
"../services/codefixes/disableJsDiagnostics.ts",
8485

8586
"harness.ts",
8687
"sourceMapRecorder.ts",

0 commit comments

Comments
 (0)