UNPKG

@hotcakes/tsconfig-react

Version:

TypeScript configuration optimized for React projects in the Hotcakes ecosystem. Extends @hotcakes/tsconfig with JSX and React-specific compiler options.

9 lines (8 loc) 154 B
{ "extends": "@hotcakes/tsconfig", "compilerOptions": { "jsx": "react-jsx", }, "include": ["**/src"], "exclude": ["**/node_modules", "**/dist"] }