summaryrefslogtreecommitdiff
path: root/web/tsconfig.json
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-29 18:26:41 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-29 18:26:41 +0200
commit7ef8366bfc43775bf26e71e77bddf31af829dfde (patch)
tree38f2551d3676838df5e35c97e5678f89fd75a56f /web/tsconfig.json
parent986e65f9ab7122995ae1d647df23d817cecf6816 (diff)
refactor(web): add decorators
Diffstat (limited to 'web/tsconfig.json')
-rw-r--r--web/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tsconfig.json b/web/tsconfig.json
index 91be5ef..b650d24 100644
--- a/web/tsconfig.json
+++ b/web/tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
- "target": "ESNext",
+ "target": "ES2020",
"module": "ESNext",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"moduleResolution": "bundler",