The client needs to be able to see types from the worker

This commit is contained in:
Jake Archibald
2020-11-09 11:53:49 +00:00
parent 4502abb069
commit c17b5c36c6

View File

@@ -7,6 +7,11 @@
"include": [ "include": [
"src/features/**/client/**/*", "src/features/**/client/**/*",
"src/features/**/shared/**/*", "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/shared/**/*",
"src/client/**/*" "src/client/**/*"
] ]