summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-11 20:44:17 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-11 20:44:17 -0700
commitc55d9d2832a46d9dc265fec36936b1313f5af6f6 (patch)
treef0cfb01dc5e89f89dd94e204ed794fa52f231c2d /tsconfig.json
parent9db4283a20d4ea751d21a8f04a49d3d95d527ac5 (diff)
downloadcompiling-the-lambda-calculus-c55d9d2832a46d9dc265fec36936b1313f5af6f6.tar.gz
compiling-the-lambda-calculus-c55d9d2832a46d9dc265fec36936b1313f5af6f6.zip
birthdays
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json7
1 files changed, 5 insertions, 2 deletions
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"
}