0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/tsconfig.dev.json

9 lines
225 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react-jsxdev", // Support JSX in .tsx files, with debug info (e.g. file paths)
"emitDeclarationOnly": true,
"noEmit": false
}
}