Skip to content

Commit

Permalink
build: enable declaration map
Browse files Browse the repository at this point in the history
  • Loading branch information
Papooch committed Oct 23, 2024
1 parent bc07f4f commit 363bda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gqlschema.gql
**/*.spec.d.ts
**/*.spec.js
**/*.js.map
**/*.d.ts.map

.eslintrc.js
.prettierrc
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "commonjs",
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,
"removeComments": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
Expand Down Expand Up @@ -50,4 +51,4 @@
"path": "packages/transactional-adapters/transactional-adapter-typeorm"
}
]
}
}

0 comments on commit 363bda2

Please sign in to comment.