Skip to content

Commit

Permalink
fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Aug 26, 2024
1 parent ff5063d commit 76e3114
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"./tests/**/*.ts"
],
"include": [
"../../../server-core/src/*",
"../../../../../__global.d.ts",
"../../../../server-core/src/*",
"../../../../client-core/src/*",
"./**/*.ts",
"./**/*.tsx"
]
Expand Down

0 comments on commit 76e3114

Please sign in to comment.