0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:15:44 +01:00
posthog/cypress/tsconfig.json

13 lines
269 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": "../frontend",
"paths": {
"lib/*": ["src/lib/*"],
"scenes/*": ["src/scenes/*"]
},
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress", "node"]
}
}