mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-23 00:03:39 +01:00
Disable no used locals (for now)
This commit is contained in:
parent
ddac96299d
commit
c8cfbebb92
@ -6,7 +6,7 @@
|
||||
"outDir": "./lib",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedLocals": false,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"src/*": ["src/*"],
|
||||
|
Loading…
Reference in New Issue
Block a user