* feat: Add an analytics module and local and posthog providers * fix: Add tests and wire up in missing places * fix: Address feedback and add missing module typing * fix: Address feedback and add missing module typing --------- Co-authored-by: Adrien de Peretti <adrien.deperetti@gmail.com> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"extends": "../../../_tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@services": ["./src/services"],
|
|
"@types": ["./src/types"]
|
|
}
|
|
}
|
|
}
|