move jpeg encoding to a worker thread pool
this also switches cvmts back to building with tsc, mostly because I couldn't get parcel's worker interop to work at all.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../tsconfig.json
|
||||
7
cvmts/tsconfig.json
Normal file
7
cvmts/tsconfig.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": [ "src/**/*" ],
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user