Skip to content

Commit 840b94e

Browse files
committed
chore(tsconfig): remove experimentalDecorators from core
1 parent a5c694a commit 840b94e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tsconfig.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": ".",
43
"downlevelIteration": true,
5-
"esModuleInterop": true,
6-
"experimentalDecorators": true,
4+
"resolveJsonModule": true,
5+
"noUnusedParameters": false,
6+
"removeComments": false,
77
"incremental": true,
88
"lib": ["es2015", "dom"],
99
"module": "commonjs",
1010
"moduleResolution": "node",
1111
"noFallthroughCasesInSwitch": true,
12-
"noUnusedParameters": false,
1312
"paths": {
1413
"@aws-sdk/*": ["packages/*/src"],
1514
"@aws-sdk/client-*": ["clients/client-*/"],
1615
"@aws-sdk/aws-*": ["protocol_tests/aws-*/"],
1716
"@aws-sdk/lib-*": ["lib/*"]
1817
},
1918
"preserveConstEnums": true,
20-
"removeComments": false,
21-
"resolveJsonModule": true,
2219
"sourceMap": true,
2320
"target": "es5"
2421
},

0 commit comments

Comments
 (0)