Files
squoosh/worker-tsconfig.json
Ingvar Stepanyan b9b6e57581 wasm-bindgen-rayon and new OMT plugin (#1007)
* WIP: wasm-bindgen-rayon and new OMT plugin

* Bump package-lock

* Make OMT work again

* Update year

* Restore accidental change

* Prevent minification of `nextDefineUri`

* Delay loading external deps

This gives inline `define` calls a chance to define dependencies for earlier `define` calls on the same page.

* Add comment
2021-05-13 13:50:31 +01:00

14 lines
284 B
JSON

{
"extends": "./generic-tsconfig.json",
"compilerOptions": {
"lib": ["webworker", "esnext"]
},
"include": [
"src/features/**/worker/**/*",
"src/features/**/shared/**/*",
"src/features/worker-utils/**/*",
"src/features-worker/**/*",
"src/sw/**/*"
]
}