diff --git a/.vscode/settings.json b/.vscode/settings.json index d4a7a5c..27e1208 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,4 @@ "rust-analyzer.server.extraEnv": { "SQLX_OFFLINE": "false", }, - } diff --git a/tsconfig.json b/tsconfig.json index b3a43f7..8cc5bb7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "include": [ "scripts/**/*" ], "compilerOptions": { - "target": "ES2015", + "target": "ES2022", // Should be fine according to caniuse.com "module": "ES2015", "rootDir": "scripts", "outDir": "target/static",