Closed AbeJellinek closed 3 months ago
And target ESNext when compiling with the TypeScript compiler for dev builds. This removes __awaiter polyfill cruft from dev and Zotero builds and should speed up TS builds a bit.
__awaiter
Looks good!
And target ESNext when compiling with the TypeScript compiler for dev builds. This removes
__awaiter
polyfill cruft from dev and Zotero builds and should speed up TS builds a bit.