diff --git a/tsconfig.json b/tsconfig.json index 00880a3..fa46bf0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,5 @@ "jsx": "react-jsx", "noFallthroughCasesInSwitch": true }, - "include": [ - "src" - ] + "include": ["src"] }