mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
8 lines
137 B
JSON
8 lines
137 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"emitDeclarationOnly": true,
|
||
|
"noEmit": false
|
||
|
}
|
||
|
}
|