Skip to content

Commit 4b3e53f

Browse files
committed
fix(lib-dynamodb): remove stripInternal=true from tsconfig
1 parent 4f9f4a7 commit 4b3e53f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/lib-dynamodb/tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"stripInternal": true,
43
"declarationDir": "./dist/types",
54
"rootDir": "./src",
65
"outDir": "./dist/cjs",

lib/lib-dynamodb/tsconfig.es.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"strict": true,
55
"sourceMap": false,
66
"declaration": true,
7-
"stripInternal": true,
87
"declarationDir": "./dist/types",
98
"rootDir": "./src",
109
"outDir": "./dist/es",

0 commit comments

Comments
 (0)