From c55d9d2832a46d9dc265fec36936b1313f5af6f6 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 11 Feb 2024 20:44:17 -0700 Subject: birthdays --- tsconfig.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index e7d5347..83533fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,7 @@ { - "extends": "@motion-canvas/2d/tsconfig.project.json", - "include": ["src"] + "include": ["src"], + "compilerOptions": { + "target": "es2022" + }, + "extends": "@motion-canvas/2d/tsconfig.project.json" } -- cgit v1.2.3-70-g09d2