mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:24:15 +01:00
11 lines
172 B
JSON
11 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./frontend",
|
|
"paths": {
|
|
"lib/*": ["./src/lib/*"],
|
|
"scenes/*": ["./src/scenes/*"],
|
|
"~/*": ["./*"]
|
|
}
|
|
}
|
|
}
|