0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/cypress/tsconfig.json
2022-12-30 11:23:09 +01:00

13 lines
269 B
JSON

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