= () => {
+ return (
+
+
+
+
+ );
+};
diff --git a/tsconfig.json b/tsconfig.json
index 78efe6c..729ec70 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,6 +2,9 @@
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react-jsx",
+ "lib": ["dom", "esnext"],
+ "declaration": true,
+ "sourceMap": true,
"module": "ESNext",
"moduleResolution": "node",
"skipLibCheck": true,