Skip to content

Commit

Permalink
fix: add missing declaration types for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebodega committed Jul 28, 2022
1 parent c16cd9a commit 41c5950
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"peerDependencies": {
"typeorm": "^0.3.0"
},
"dependencies": {
"tslib": "2.4.0"
}
}
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"extends": "@tsconfig/node16",
"compilerOptions": {
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"outDir": "dist",
"target": "es2020",
"experimentalDecorators": true,
"emitDecoratorMetadata": true
"sourceMap": true
}
}

0 comments on commit 41c5950

Please sign in to comment.