Skip to content

Commit cbdd038

Browse files
revert change in tsconfig
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 62efbe5 commit cbdd038

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

libs/providers/go-feature-flag/tsconfig.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
"noImplicitOverride": true,
88
"noPropertyAccessFromIndexSignature": true,
99
"noImplicitReturns": true,
10-
"noFallthroughCasesInSwitch": true,
11-
"types": [
12-
"node"
13-
]
10+
"noFallthroughCasesInSwitch": true
1411
},
1512
"files": [],
1613
"include": [],
@@ -21,5 +18,5 @@
2118
{
2219
"path": "./tsconfig.spec.json"
2320
}
24-
],
21+
]
2522
}

0 commit comments

Comments
 (0)