diff --git a/tsconfig.json b/tsconfig.json index 129756a..c81e322 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "noEmit": true, "jsx": "react-jsx" }, - "include": ["src", "types.d.ts"], + "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }