0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/jsconfig.json
2020-04-13 10:06:36 +01:00

12 lines
204 B
JSON

{
"compilerOptions": {
"baseUrl": "./frontend",
"paths": {
"lib/*": ["./src/lib/*"],
"scenes/*": ["./src/scenes/*"],
"~/*": ["./*"]
}
},
"include": ["frontend/**/*"]
}