You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@css-blocks/jsx/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Possible options are:
91
91
| Option | Default | Description |
92
92
|:--|:--|:--|
93
93
|**baseDir**|`process.cwd()`| The root directory from which all sources are relative. |
94
-
|**parserOptions**|[Defaults](https://github.com/linkedin/css-blocks/blob/b5ad979/packages/@css-blocks/jsx/src/options.ts#L7)|Options for the Babel parser used to generate the JSX AST.|
94
+
|**types**|"none"|Which JavaScript typing language to enable. Options are: "typescript", "flow" or "none"|
95
95
|**aliases**|`{}`| Resolution aliases used for Block files. If no file is found at the exact path specified, the Block importer will attempt to resolve using these path aliases. |
96
96
|**compilationOptions**| {} | Provide custom compilation options to [@css-blocks/core](../core#options). |
0 commit comments