refactor(boilerplate): added tailwind conf and folders

This commit is contained in:
JK-le-dev 2025-10-18 13:50:13 -05:00
commit a3e52fbee3
9 changed files with 583 additions and 132 deletions

8
jsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": "src"
},
"include": [
"src"
]
}