0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/.kearc
Marius Andra 45f10a8eaf
Kea TypeGen 0.2 (#1427)
* kea-typegen 0.2

* remove old Type.ts files

* more setup for typegen-0.2, update yarn scripts, remove webpackbar

* import types from the right paths

* update ENV in build script
2020-08-14 17:02:57 +02:00

7 lines
108 B
Plaintext

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