UI Provider

This commit is contained in:
Belen Curcio
2020-10-15 17:35:59 -03:00
parent 8737f70b97
commit ae43c92661
7 changed files with 39 additions and 27 deletions

View File

@@ -18,7 +18,8 @@
"@lib/*": ["lib/*"],
"@assets/*": ["assets/*"],
"@components/*": ["components/*"],
"@utils/*": ["utils/*"]
"@utils/*": ["utils/*"],
"@config/*": ["config/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],