Skip to content

Commit

Permalink
chore: tsconfig 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed May 12, 2023
1 parent d9fd7f6 commit 0ffc23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"useDefineForClassFields": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "Node",
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "Node",
"lib": ["ES2020"],
"types": ["vitest/globals"]
},
Expand Down

0 comments on commit 0ffc23d

Please sign in to comment.