fork of hey-api/openapi-ts because I need some additional things
1{
2 "$schema": "./node_modules/oxfmt/configuration_schema.json",
3 "singleQuote": true,
4 "ignorePatterns": [
5 "**/.tsdown/",
6 "**/dist/",
7 "**/node_modules/",
8 "temp/",
9 "dev/.gen/",
10 "examples/openapi-ts-openai/src/client/**/*.ts",
11 "**/test/generated/",
12 "**/__snapshots__/",
13 "**/.next/",
14 "**/.nuxt/",
15 "**/.output/",
16 "**/.svelte-kit/",
17 "**/.vitepress/cache",
18 "**/.vitepress/dist",
19 "**/.angular"
20 ]
21}