mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-08-15 08:12:30 +02:00
Ignore ImportNotUsedAsValues for now
This commit is contained in:
@ -27,6 +27,6 @@
|
||||
"resolveJsonModule": true,
|
||||
"useDefineForClassFields": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"importsNotUsedAsValues": "error"
|
||||
"importsNotUsedAsValues": "remove"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user