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
-`--cwd <path>`: Set the current working directory _(default: current directory)_
80
+
-`--root <path>`: Specify the root directory of the project _(default: './src')_
81
+
-`--entrypoints <files>`: Define entry point files _(comma-separated, default: '**/*.ts')_
82
+
-`--outdir <path>`: Set the output directory for generated .d.ts files _(default: './dist')_
83
+
-`--keep-comments`: Keep comments in generated .d.ts files _(default: true)_
84
+
-`--clean`: Clean output directory before generation _(default: false)_
85
+
-`--tsconfig <path>`: Specify the path to tsconfig.json _(default: 'tsconfig.json')_
86
+
54
87
## Configuration
55
88
56
-
The Reverse Proxy can be configured using a `dts.config.ts`_(or `dts.config.js`)_ file and it will be automatically loaded when running the `dts-generation` command.
89
+
`dtsx`can be configured using a `dts.config.ts`_(or `dts.config.js`)_ file and it will be automatically loaded when running the `dtsx` command.
0 commit comments