diff --git a/tsconfig.json b/tsconfig.json index 88e7d1b..11a3e7d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,5 @@ "jsx": "react", "allowJs": true }, - "include": ["src"] + "include": ["src", "types"] }