From c714f1cbeedfadd186d7debe2f45305ac0147b0b Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 14 Oct 2023 12:31:44 +0200 Subject: [PATCH] esnext for the win --- tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 59ff1c9..ea581c0 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -4,7 +4,7 @@ "exclude": ["src/**/__tests__/*"], "compilerOptions": { "composite": true, - "lib": ["es2019", "dom"], + "lib": ["ESNext", "es2019", "dom"], "baseUrl": ".", "paths": { "@/*": ["./src/*"]