@opentui/react
Advanced tools
+2
-2
@@ -7,3 +7,3 @@ { | ||
| "type": "module", | ||
| "version": "0.1.17", | ||
| "version": "0.1.18", | ||
| "description": "React renderer for building terminal user interfaces using OpenTUI core", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@opentui/core": "0.1.17", | ||
| "@opentui/core": "0.1.18", | ||
| "react-reconciler": "^0.32.0" | ||
@@ -42,0 +42,0 @@ }, |
+19
-19
@@ -30,2 +30,21 @@ # @opentui/react | ||
| ## TypeScript Configuration | ||
| For optimal TypeScript support, configure your `tsconfig.json`: | ||
| ```json | ||
| { | ||
| "compilerOptions": { | ||
| "lib": ["ESNext", "DOM"], | ||
| "target": "ESNext", | ||
| "module": "ESNext", | ||
| "moduleResolution": "bundler", | ||
| "jsx": "react-jsx", | ||
| "jsxImportSource": "@opentui/react", | ||
| "strict": true, | ||
| "skipLibCheck": true | ||
| } | ||
| } | ||
| ``` | ||
| ## Core Concepts | ||
@@ -514,20 +533,1 @@ | ||
| ``` | ||
| ## TypeScript Configuration | ||
| For optimal TypeScript support, configure your `tsconfig.json`: | ||
| ```json | ||
| { | ||
| "compilerOptions": { | ||
| "lib": ["ESNext", "DOM"], | ||
| "target": "ESNext", | ||
| "module": "ESNext", | ||
| "moduleResolution": "bundler", | ||
| "jsx": "react-jsx", | ||
| "jsxImportSource": "@opentui/react", | ||
| "strict": true, | ||
| "skipLibCheck": true | ||
| } | ||
| } | ||
| ``` |
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated