Update | Project Ready
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"jsx": "react",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"Components/*": [
|
||||
"src/components/*"
|
||||
],
|
||||
"Pages/*": [
|
||||
"src/pages/*"
|
||||
],
|
||||
"Utils/*": [
|
||||
"src/utils/*"
|
||||
],
|
||||
"Assets/*": [
|
||||
"src/assets/*"
|
||||
],
|
||||
"Src/*": [
|
||||
"src/*"
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user