mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:15:44 +01:00
9 lines
225 B
JSON
9 lines
225 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react-jsxdev", // Support JSX in .tsx files, with debug info (e.g. file paths)
|
||
|
"emitDeclarationOnly": true,
|
||
|
"noEmit": false
|
||
|
}
|
||
|
}
|