make tsconfigs consistent

This commit is contained in:
Brandon Liu
2022-11-22 10:59:09 +08:00
parent 9a3f519207
commit a619aa84e2
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"lib": ["es2020", "dom"],
"target": "es2021",
"lib": ["es2021", "dom"],
"strict": true,
"moduleResolution": "node",
"paths": {