Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Dec 6, 2024
1 parent 5f3a2db commit dcb7c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
"./ui",
"./types",
"./resources",
"./util",
"./test",
"./webpack",
"./vite",
"./vite.config.ts"
],
"exclude": [
"./eslint",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
},
"include": [
"./util",
"./test"
"./test",
"./vite",
"./vite.config.ts"
],
"references": [{ "path": "./tsconfig.json" }]
}

0 comments on commit dcb7c80

Please sign in to comment.