0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00
posthog/.kearc
Marius Andra 26a3b06445
Add paths to logics (#6945)
* add typegen with path writing support

* toolbar paths

* scene paths

* all other paths

* revert deleted comments

* add two missing paths
2021-11-09 07:59:21 +00:00

8 lines
128 B
Plaintext

{
"tsConfigPath": "./tsconfig.json",
"rootPath": "./frontend/src",
"typesPath": "./frontend/src",
"writePaths": true
}