Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Feb 20, 2024
1 parent 2c59683 commit 17f6789
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 @@ -10,7 +10,7 @@
"skipLibCheck": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"lib": ["ESNext", "DOM"],
"lib": ["ESNext", "DOM"]
},
"exclude": ["**/node_modules/**", "**/dist/**", "unocss.config.ts"],
"exclude": ["**/node_modules/**", "**/dist/**", "unocss.config.ts"]
}

0 comments on commit 17f6789

Please sign in to comment.