migration to vueCLi and css to tailwind css 3 done

This commit is contained in:
Niharika Goulikar
2025-02-16 11:54:08 +00:00
parent 98e58c9c49
commit 5801dfee7e
22 changed files with 15311 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}