Skip to content

Commit

Permalink
Update settings
Browse files Browse the repository at this point in the history
The node modules is usually ignored, so there is no need to be added.
  • Loading branch information
hwangsihu committed Aug 19, 2024
1 parent d77a925 commit 9bf6fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
},
"files": {
"ignoreUnknown": true,
"ignore": [".vscode", "dist", "locales", "node_modules"]
"ignore": [".vscode", "dist", "locales"]
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"forceConsistentCasingInFileNames": true
},
"include": ["src/"],
"exclude": ["dist/", "node_modules/"]
"exclude": ["dist/"]
}

0 comments on commit 9bf6fa6

Please sign in to comment.