mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-15 19:05:17 +00:00
Basic UI updates
This commit is contained in:
parent
02e77a947c
commit
bfc2e94ef4
14 changed files with 1187 additions and 243 deletions
10
tsconfig.node.json
Normal file
10
tsconfig.node.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue