diff --git a/.fleet/run.json b/.fleet/run.json
new file mode 100644
index 0000000..2c7d7e9
--- /dev/null
+++ b/.fleet/run.json
@@ -0,0 +1,10 @@
+{
+ "configurations": [
+ {
+ "type": "npm",
+ "name": "npm configuration",
+ "command": "run",
+ "scripts": "dev"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 4dd2136..c5ee062 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -23,7 +23,7 @@
"eslint-config-next": "15.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
- "typescript": "^5"
+ "typescript": "^5.7.3"
}
},
"node_modules/@alloc/quick-lru": {
@@ -5682,9 +5682,9 @@
}
},
"node_modules/typescript": {
- "version": "5.7.2",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
- "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
+ "version": "5.7.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
+ "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
diff --git a/package.json b/package.json
index c4c5b7e..1d2a1c7 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,6 @@
"eslint-config-next": "15.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
- "typescript": "^5"
+ "typescript": "^5.7.3"
}
}
diff --git a/public/icons/github.jsx b/public/icons/github.jsx
deleted file mode 100644
index bb7323c..0000000
--- a/public/icons/github.jsx
+++ /dev/null
@@ -1,19 +0,0 @@
-import * as React from "react";
-
-const GithubComponent = (props) => (
-
-);
-export default GithubComponent;
diff --git a/public/icons/linkedin.tsx b/public/icons/linkedin.tsx
deleted file mode 100644
index c0b625b..0000000
--- a/public/icons/linkedin.tsx
+++ /dev/null
@@ -1,17 +0,0 @@
-import * as React from "react";
-const LinkedInComponent = (props) => (
-
-);
-export default LinkedInComponent;
diff --git a/tsconfig.json b/tsconfig.json
index d8b9323..e63cd39 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2017",
- "lib": ["dom", "dom.iterable", "esnext"],
+ "lib": ["dom", "dom.iterable", "esnext", "ES2017"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,