Skip to content

Commit

Permalink
fix(ts): exclude server from kb-hologram build
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Nov 17, 2024
1 parent 30edde4 commit 93f0f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"exclude": [
"node_modules",
"lib",
"**/*.spec.ts"
"**/*.spec.ts",
"simple-server"
]
}

0 comments on commit 93f0f7e

Please sign in to comment.