Skip to content

Commit

Permalink
type dir update
Browse files Browse the repository at this point in the history
  • Loading branch information
lcflight committed Feb 28, 2024
1 parent 84021be commit f36b141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist/**/*.js",
"dist/**/*.d.ts"
],
"typings": "dist/index.d.ts",
"typings": "dist/src/index.d.ts",
"scripts": {
"test": "vitest",
"prepare": "tsc",
Expand All @@ -29,6 +29,6 @@
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"vitest": "^1.3.1"
"vitest": "^1.3.1"
}
}

0 comments on commit f36b141

Please sign in to comment.