Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Oct 5, 2023
1 parent 9145e12 commit b452ed5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["es2022"],
"strict": true,
"esModuleInterop": true,
"jsx": "preserve",
"module": "esnext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"types": ["node"],
"jsx": "preserve"
"resolveJsonModule": true,
"esModuleInterop": true,
"strict": true,
"noUnusedLocals": true,
"skipLibCheck": true
},
"include": ["src", "tests"],
"exclude": ["tests/fixtures"]
Expand Down

0 comments on commit b452ed5

Please sign in to comment.