Start integrating the onboarding flow with backend 6
This commit is contained in:
@@ -25,11 +25,10 @@
|
||||
"@pages/*": ["./src/pages/*"],
|
||||
"@hooks/*": ["./src/hooks/*"],
|
||||
"@stores/*": ["./src/stores/*"],
|
||||
"@services/*": ["./src/services/*"],
|
||||
"@services/*": ["src/api/*"],
|
||||
"@utils/*": ["./src/utils/*"],
|
||||
"@types/*": ["./src/types/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "src/types/global.d.ts"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
}
|
||||
Reference in New Issue
Block a user