diff options
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, |