diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-18 23:41:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 04:41:23 +0000 |
commit | 6b07b1e6e158f718fd30c44878a72c3b6ad83fa0 (patch) | |
tree | 0b95307e82416ff154c412b42c8eeaa033dac24f /jsconfig.json | |
parent | 1d268edcc3efce723954bcaa7dd376f0352c1a32 (diff) |
IIFE updates (#384)
* Remove most IIFEs
* Move IIFEs into functions
* Don't await background-main
Diffstat (limited to 'jsconfig.json')
-rw-r--r-- | jsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jsconfig.json b/jsconfig.json index 0f780ead..82048af1 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "ES2020", - "target": "ES2020", + "module": "ES2022", + "target": "ES2022", "checkJs": true, "moduleResolution": "node", "strict": true, |