feat: unwrap config namespaces to flat exports + barrel (#22746)
This commit is contained in:
parent
d4cfbd020d
commit
1ca257e356
30 changed files with 409 additions and 412 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { z } from "zod"
|
||||
import { Config } from "../src/config"
|
||||
import { TuiConfig } from "../src/config/tui"
|
||||
import { TuiConfig } from "../src/config"
|
||||
|
||||
function generate(schema: z.ZodType) {
|
||||
const result = z.toJSONSchema(schema, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue