mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: move tsconfig.worker.json
This commit is contained in:
parent
0243c5e0b9
commit
2a2f4cf052
3 changed files with 5 additions and 65 deletions
|
|
@ -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/**",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue