Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shixiongfei authored Jan 25, 2024
1 parent c974550 commit e569272
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "NodeNext",
"target": "ES6",
"module": "CommonJS",
"target": "ES5",
"rootDir": "src",
"outDir": "dist",
"declaration": true,
Expand Down

0 comments on commit e569272

Please sign in to comment.