Skip to content

Commit 9a61d36

Browse files
committed
fix: removal stripInternal=true from tsconfig
1 parent 4f9f4a7 commit 9a61d36

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
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",

lib/lib-storage/tsconfig.cjs.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/cjs",

lib/lib-storage/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",

packages/abort-controller/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",

packages/abort-controller/tsconfig.es.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"lib": ["es5", "es2015.collection"],
4-
"stripInternal": true,
54
"declarationDir": "./dist/types",
65
"rootDir": "./src",
76
"outDir": "./dist/es",

packages/middleware-sdk-transcribe-streaming/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",

packages/middleware-sdk-transcribe-streaming/tsconfig.es.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"lib": ["es5", "es2015.promise", "es2015.collection", "DOM"],
4-
"stripInternal": true,
54
"declarationDir": "./dist/types",
65
"rootDir": "./src",
76
"outDir": "./dist/es",

packages/signature-v4/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",

packages/signature-v4/tsconfig.es.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/es",

0 commit comments

Comments
 (0)