Skip to content

Commit

Permalink
chore(common): adds declaration and emitDeclarationOnly within tsconf…
Browse files Browse the repository at this point in the history
…ig.json
  • Loading branch information
allemanfredi committed Oct 2, 2024
1 parent 05370d9 commit 3b8903b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/common/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
"outDir": "./dist",
"declaration": true,
"emitDeclarationOnly": false
}
}

0 comments on commit 3b8903b

Please sign in to comment.