Skip to content

Commit 81f5ccd

Browse files
authored
fix(lib-dynamodb): remove stripInternal=true from tsconfig (#2264)
1 parent b7ff842 commit 81f5ccd

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)