feat(fullScreenBlocker): make basic blocker work

This commit is contained in:
Johannes Millan 2022-10-05 23:06:22 +02:00
parent 9f6add0d50
commit 4b92a3f9ee
6 changed files with 127 additions and 4 deletions

View file

@ -29,7 +29,12 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"preserveSymlinks": true,
"assets": ["src/favicon.ico", "src/assets", "src/manifest.json"],
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.json",
"src/static/*.html"
],
"styles": ["src/styles.scss"],
"scripts": [],
"webWorkerTsConfig": "src/tsconfig.worker.json"