Initial commit
This commit is contained in:
commit
7b9f81dd64
20 changed files with 2789 additions and 0 deletions
12
jsconfig.json
Normal file
12
jsconfig.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"paths": {
|
||||
"styles/*": ["styles/*"],
|
||||
"components/*": ["components/*"],
|
||||
"hooks/*": ["hooks/*"],
|
||||
"contexts/*": ["contexts/*"],
|
||||
"pages/*": ["pages/*"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue