Skip to content

Commit

Permalink
fix: wrong exclude for jsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Fish committed Jan 4, 2024
1 parent 3e862b4 commit 5f39080
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"./node_modules/types-mediawiki",
"./src",
"./dev",
"webpack.config.cjs",
"vite.config.mjs"
],
"exclude": ["node_modules", "lib", "**/dist"]
"exclude": ["lib", "**/dist"]
}

0 comments on commit 5f39080

Please sign in to comment.