Skip to content

Commit

Permalink
Initial changes includes styling changes to make it consistent with S…
Browse files Browse the repository at this point in the history
…anger Standard
  • Loading branch information
Sangeetha-Bheeman committed Dec 6, 2023
1 parent 344d4b4 commit 2682f80
Show file tree
Hide file tree
Showing 20 changed files with 852 additions and 79 deletions.
11 changes: 11 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"include": ["src/**/*", "tailwind.config.js"],
"exclude": ["node_modules", "build", "dist"],
"vueCompilerOptions": { "target": 3.3 },
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
}
}
Loading

0 comments on commit 2682f80

Please sign in to comment.