mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "../frontend",
|
|
"paths": {
|
|
"lib/*": ["src/lib/*"],
|
|
"scenes/*": ["src/scenes/*"]
|
|
},
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress", "node"]
|
|
}
|
|
}
|