Skip to content

Commit

Permalink
新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Evans-Cai committed Apr 18, 2023
1 parent cc0fa48 commit 0f913bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": ["dom", "dom.iterable", "ESNext"],
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "ESNext",
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
Expand Down

0 comments on commit 0f913bf

Please sign in to comment.