Skip to content

Commit

Permalink
refactor: 关闭未使用的值
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Aug 27, 2024
1 parent ea9d057 commit 02bcb9d
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 @@ -2,12 +2,12 @@
"extends": ["@tsconfig/node21"],
"compilerOptions": {
"sourceMap": true,
"noUnusedLocals": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"outDir": "dist",
"skipLibCheck": true
"skipLibCheck": true,
"allowJs": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 02bcb9d

Please sign in to comment.