Skip to content

Commit

Permalink
chore: apply automated lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 18, 2024
1 parent 1c85c92 commit 19b007b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@
"noEmit": true,
"allowImportingTsExtensions": true,
"skipLibCheck": true,
"types": [
"node",
"deno"
],
"types": ["node", "deno"],
"paths": {
"unstorage/drivers/*": [
"./src/drivers/*"
],
},
"unstorage/drivers/*": ["./src/drivers/*"]
}
}
}

0 comments on commit 19b007b

Please sign in to comment.