Commit 0ff4cda
authored
Disable ts-checks on output files
This would disable ts checking on the whole file for all output files to enable usage of `"importsNotUsedAsValues": "error"`. If needed I could spend some more time to make the change only target the imports, but since both tslint and eslint are disabled for the whole file I figured this could be an acceptable solution.
Fixes relay-tools#1771 parent b9b38ac commit 0ff4cda
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments