mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 01:59:57 +00:00
The client needs to be able to see types from the worker
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
"include": [
|
||||
"src/features/**/client/**/*",
|
||||
"src/features/**/shared/**/*",
|
||||
// Not really clean, but we need to access the type of the functions here
|
||||
// for comlink
|
||||
"src/features/**/worker/**/*",
|
||||
// And again.
|
||||
"src/features-worker/**/*",
|
||||
"src/shared/**/*",
|
||||
"src/client/**/*"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user