diff --git a/tsconfig.json b/tsconfig.json index 3d0a51a..3f209ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,6 @@ "noEmit": true, "jsx": "react-jsx" }, - "include": ["src"], + "include": ["src", "types.d.ts"], "references": [{ "path": "./tsconfig.node.json" }] }