Skip to content

Commit e7dfd41

Browse files
trivikrsrchase
authored andcommitted
chore(tsconfig): remove default and redundant options (#2824)
1 parent 93c1833 commit e7dfd41

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/signature-v4/tsconfig.es.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"compilerOptions": {
33
"baseUrl": ".",
4-
"incremental": true,
54
"lib": ["es5", "es2015.promise", "es2015.collection"],
6-
"module": "esNext",
7-
"moduleResolution": "node",
85
"noUnusedLocals": true,
96
"outDir": "dist/es",
107
"rootDir": "src",
11-
"stripInternal": true,
12-
"target": "es5"
8+
"stripInternal": true
139
},
1410
"extends": "../../tsconfig.es.json",
1511
"include": ["src/"]

0 commit comments

Comments
 (0)