}) {
-
+
{task.description}
-
+
Expected Output
-
+
{task.expected_output}
diff --git a/tsconfig.json b/tsconfig.json
index 068633b..ee158bf 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -22,5 +22,5 @@
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "**/*.js", "postcss.config.cjs"],
- "exclude": ["node_modules"]
+ "exclude": ["node_modules", "venv"]
}