Skip to content

Commit

Permalink
fix(lib-dynamodb): remove stripInternal=true from tsconfig (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Apr 15, 2021
1 parent b7ff842 commit 81f5ccd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/lib-dynamodb/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"stripInternal": true,
"declarationDir": "./dist/types",
"rootDir": "./src",
"outDir": "./dist/cjs",
Expand Down
1 change: 0 additions & 1 deletion lib/lib-dynamodb/tsconfig.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"strict": true,
"sourceMap": false,
"declaration": true,
"stripInternal": true,
"declarationDir": "./dist/types",
"rootDir": "./src",
"outDir": "./dist/es",
Expand Down

0 comments on commit 81f5ccd

Please sign in to comment.