1
0
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:
Johannes Zillmann
2021-03-05 20:49:46 +01:00
parent 4854844cb0
commit b2f033f55b

@ -27,6 +27,6 @@
"resolveJsonModule": true,
"useDefineForClassFields": true,
"allowSyntheticDefaultImports": true,
"importsNotUsedAsValues": "error"
"importsNotUsedAsValues": "remove"
}
}