Skip to content

Commit

Permalink
Fix tsconfig (#70)
Browse files Browse the repository at this point in the history
fix: vue-tsc generate wrong d.ts paths for a config error

Co-authored-by: Alessandro Bellesia <alessandro.bellesia@24consulting.it>
  • Loading branch information
alessandrobellesia and Alessandro Bellesia authored Jun 12, 2024
1 parent 8fdff46 commit da66920
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export default antfu({
'sort-imports': 'off',
},
}, {
ignores: ['dist', 'bin', 'node_modules', 'storybook-static', 'vendor', 'scripts'],
ignores: ['dist', 'bin', 'node_modules', 'storybook-static', 'vendor', 'scripts', 'package.json', 'pnpm-lock.yaml'],
})
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
}
],
"include": [
"package.json",
"pnpm-lock.yaml",
"env.d.ts",
"src/**/*",
"src/**/*.vue",
Expand Down

0 comments on commit da66920

Please sign in to comment.