Skip to content

Commit

Permalink
update ts config to include .d.ts declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
huytran17 committed Jun 5, 2024
1 parent 20e90aa commit a726155
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"./dist",
"./dist/*"
],
"include": ["src"]
"include": ["src"],
"files": [
"src/global.d.ts"
]
}

0 comments on commit a726155

Please sign in to comment.