refactor(boilerplate): added tailwind conf and folders
This commit is contained in:
parent
c6f5a6e1d7
commit
a3e52fbee3
9 changed files with 583 additions and 132 deletions
8
jsconfig.json
Normal file
8
jsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src"
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue