Skip to content
Snippets Groups Projects
Commit 2bde1b25 authored by Takashi Tamura's avatar Takashi Tamura
Browse files

Set "target": "es2021"

parent 2cdedbb2
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"lib": [
"es2019"
"es2021"
],
"module": "commonjs",
"noFallthroughCasesInSwitch": true,
......@@ -16,7 +16,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2019",
"target": "es2021",
"baseUrl": "./",
"paths": {
"mathjax-full": ["types/mathjax-full"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment