Files
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
}