diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-11 20:44:17 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-11 20:44:17 -0700 |
commit | c55d9d2832a46d9dc265fec36936b1313f5af6f6 (patch) | |
tree | f0cfb01dc5e89f89dd94e204ed794fa52f231c2d /tsconfig.json | |
parent | 9db4283a20d4ea751d21a8f04a49d3d95d527ac5 (diff) | |
download | compiling-the-lambda-calculus-c55d9d2832a46d9dc265fec36936b1313f5af6f6.tar.gz compiling-the-lambda-calculus-c55d9d2832a46d9dc265fec36936b1313f5af6f6.zip |
birthdays
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 7 |
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" } |