Skip to content

Commit 0d3309e

Browse files
trivikrTrivikram Kamat
authored andcommitted
chore: move removeComments to root tsconfig
1 parent e1185d9 commit 0d3309e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

tsconfig.cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"module": "commonjs",
88
"moduleResolution": "node",
99
"noEmitHelpers": true,
10-
"removeComments": true,
1110
"sourceMap": false,
1211
"strict": true,
1312
"target": "ES2018"

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@aws-sdk/lib-*": ["lib/*"]
1616
},
1717
"preserveConstEnums": true,
18+
"removeComments": true,
1819
"sourceMap": true,
1920
"target": "es5"
2021
},

tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"declaration": true,
55
"emitDeclarationOnly": true,
6-
"strict": true
6+
"strict": true,
7+
"removeComments": false
78
}
89
}

0 commit comments

Comments
 (0)