Skip to content

Commit a1f7b34

Browse files
authored
Fixed TSConfig warning (2nd attempt) (darkreader#8347)
1 parent 460225e commit a1f7b34

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
"resolveJsonModule": true,
2121
"jsx": "react",
2222
"jsxFactory": "m",
23-
},
24-
"exclude": [
25-
"src/ui/popup/compatibility.js"
26-
]
23+
"noEmit": true
24+
}
2725
}

0 commit comments

Comments
 (0)