Skip to content

Commit

Permalink
fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Dec 20, 2023
1 parent ca31c21 commit 2ba395d
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 @@ -7,7 +7,8 @@
"@/*": ["./src/*"]
},
"declaration": true,
"outDir": "dist/types"
"outDir": "dist/types",
"noEmit": false
},
"references": [
{
Expand Down

0 comments on commit 2ba395d

Please sign in to comment.