Revert cloudflare decompression to own function

* polyfill takes up too much CPU time
* bump cloudflare workers-types
* add tsc checks to CI for serverless
This commit is contained in:
Brandon Liu
2023-06-22 13:47:06 +08:00
parent 07f8fd8a09
commit 2cb9f5868a
5 changed files with 29 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ export const tile_path = (
export const tileJSON = (
header: Header,
metadata: unknown,
metadata: any,
hostname: string,
tileset_name: string
) => {