Skip to content

Commit

Permalink
fix(tsconfig): 修改tsconfig配置
Browse files Browse the repository at this point in the history
  • Loading branch information
nlrxwang committed Feb 2, 2024
1 parent ca6a752 commit 67e4fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"target": "es2015",
"lib": ["ES6", "ScriptHost"],
"module": "commonjs",
"skipLibCheck": true,
"strict": true
}
}

0 comments on commit 67e4fec

Please sign in to comment.