Skip to content

Commit 1f9a00c

Browse files
committed
docs: update latest options
1 parent b7fb289 commit 1f9a00c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

packages/complex-types/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,19 @@ export default defineConfig({
214214

215215
## 📚 Options
216216

217+
### `root`
218+
219+
Path to your project root.
220+
221+
- Type: `string`
222+
- Default: `process.cwd()`
223+
217224
### `tsconfigPath`
218225

219226
Path to your `tsconfig.json`.
220227

221228
- Type: `string`
222-
- Default: `path.join(process.cwd(), "tsconfig.json")`
229+
- Default: `"tsconfig.json"`
223230

224231
### `defineEmits`
225232

packages/tsx-auto-props/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,22 @@ export default defineConfig({
220220

221221
<br></details>
222222

223+
## 📚 Options
224+
225+
### `root`
226+
227+
Path to your project root.
228+
229+
- Type: `string`
230+
- Default: `process.cwd()`
231+
232+
### `tsconfigPath`
233+
234+
Path to your `tsconfig.json`.
235+
236+
- Type: `string`
237+
- Default: `"tsconfig.json"`
238+
223239
## 📝 License
224240

225241
[MIT](./LICENSE). Made with ❤️ by [Ray](https://github.com/so1ve)

0 commit comments

Comments
 (0)