silence compiler warnings

This commit is contained in:
jonaswinkler 2020-12-23 18:07:37 +01:00
parent cffe9fa354
commit 64d0c7fae6

View File

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