chore: move tsconfig.worker.json

This commit is contained in:
Johannes Millan 2020-06-23 13:27:59 +02:00
parent 0243c5e0b9
commit 2a2f4cf052
3 changed files with 5 additions and 65 deletions

View file

@ -42,7 +42,7 @@
],
"scripts": [
],
"webWorkerTsConfig": "tsconfig.worker.json"
"webWorkerTsConfig": "src/tsconfig.worker.json"
},
"configurations": {
"production": {
@ -115,7 +115,7 @@
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json",
"tsconfig.worker.json"
"src/tsconfig.worker.json"
],
"exclude": [
"**/node_modules/**",