mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 11:11:24 +01:00
* chore: Add debug info to JSX output * Pin React to `^16.14.0` instead of `^16.13.0` * Remove redundant `React`s * Add `@babel/preset-react` for Storybook * Update babel.config.js
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
|
|
}
|
|
}
|