Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fast-brooms-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@intlify/eslint-plugin-vue-i18n': minor
---

feat(types): add TypeScript definitions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --project ./tsconfig.build.json",
"clean": "git clean -fx .nyc_output coverage dist docs/.vitepress/dist",
Expand Down Expand Up @@ -83,7 +84,6 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.2",
"@types/debug": "^4.1.8",
"@types/eslint": "^8.44.1",
"@types/eslint-scope": "^3.7.4",
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.5",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"exclude": ["tests/lib/**/*", "scripts/**/*", "typings/**/*"],
"compilerOptions": {
"declaration": true,
"removeComments": true /* Do not emit comments to output. */
}
}
Loading