silence compiler warnings

This commit is contained in:
jonaswinkler 2020-12-23 18:07:37 +01:00
parent 21bab80d70
commit 12b47196c3

View File

@ -31,7 +31,10 @@
"styles": [ "styles": [
"src/styles.scss" "src/styles.scss"
], ],
"scripts": [] "scripts": [],
"allowedCommonJsDependencies": [
"ng2-pdf-viewer"
]
}, },
"configurations": { "configurations": {
"production": { "production": {
@ -127,4 +130,4 @@
} }
}, },
"defaultProject": "paperless-ui" "defaultProject": "paperless-ui"
} }