Change website to use portfolify

This commit is contained in:
2024-03-05 15:41:05 +05:30
parent b80e020e4a
commit ed9ab30918
40 changed files with 1886 additions and 976 deletions

11
tsconfig.node.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}