Skip to content

Commit 4dbd0eb

Browse files
committed
fix(tsconfig) remove unused options
1 parent 23cd828 commit 4dbd0eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"es6",
66
"dom"
77
],
8-
"noImplicitAny": true,
9-
"noImplicitThis": true,
8+
"strict": true,
109
"strictNullChecks": true,
1110
"strictFunctionTypes": true,
1211
"baseUrl": "../",
@@ -15,7 +14,6 @@
1514
],
1615
"jsx": "react",
1716
"jsxFactory": "h",
18-
"experimentalDecorators": true,
1917
"types": [],
2018
"noEmit": true,
2119
"forceConsistentCasingInFileNames": true

0 commit comments

Comments
 (0)