Skip to content

Commit

Permalink
docs: fix links (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 10, 2024
1 parent ffd660d commit 71114ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Next Define Config

![NPM Version](https://img.shields.io/npm/v/%40archoleat%next-define-config)
![NPM Downloads](https://img.shields.io/npm/dm/%40archoleat%next-define-config)
![NPM Version](https://img.shields.io/npm/v/%40archoleat%2Fnext-define-config)
![NPM Downloads](https://img.shields.io/npm/dm/%40archoleat%2Fnext-define-config)
![ESM](https://img.shields.io/badge/ESM-fe0)
![Provenance](https://img.shields.io/badge/Provenance-fo0)
![CodeQL](https://img.shields.io/github/actions/workflow/status/archoleat/next-define-config/codeql.yaml?label=CodeQL)
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"rootDir": "src",
"skipLibCheck": true,
"target": "ESNext",
"types": ["prettier", "vitest"]
"types": ["next", "vitest"]
}
}

0 comments on commit 71114ea

Please sign in to comment.