Skip to content

Commit

Permalink
Update jsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Dec 11, 2023
1 parent 1af7ca0 commit b005baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"checkJs": true
},
"include": ["./**/*.js", "./**/*.svelte"],
"exclude": ["node_modules", "dist", "dist-old"]
"exclude": ["node_modules", "dist", "dist-old", "build", ".svelte-kit"]
}

0 comments on commit b005baf

Please sign in to comment.