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.

29 lines (28 loc) 688 B
{ "name": "@hotcakes/tsconfig-react", "version": "1.5.0", "exports": "./tsconfig.json", "type": "module", "publishConfig": { "access": "public" }, "dependencies": { "@hotcakes/tsconfig": "latest" }, "author": "Crealgo, LLC <hello.crealgo@gmail.com> (https://crealgo.com)", "license": "MIT", "keywords": [ "hotcakes", "typescript", "tsconfig", "react", "jsx", "shared-config", "compiler-options", "tooling" ], "description": "TypeScript configuration optimized for React projects in the Hotcakes ecosystem. Extends @hotcakes/tsconfig with JSX and React-specific compiler options.", "files": [ "./tsconfig.json" ] }