Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 11, 2024
1 parent 87b65e0 commit 428a117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"outDir": "temp",
"sourceMap": false,
"target": "es2015",
"target": "es2016",
"newLine": "LF",
"useDefineForClassFields": false,
"module": "esnext",
Expand All @@ -18,7 +18,7 @@
"esModuleInterop": true,
"removeComments": false,
"jsx": "preserve",
"lib": ["es2015", "dom"],
"lib": ["es2016", "dom"],
"types": ["vitest/globals", "puppeteer", "node"],
"rootDir": ".",
"paths": {
Expand Down

0 comments on commit 428a117

Please sign in to comment.