File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff 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
219226Path to your ` tsconfig.json ` .
220227
221228- Type: ` string `
222- - Default: ` path.join(process.cwd(), "tsconfig.json") `
229+ - Default: ` "tsconfig.json" `
223230
224231### ` defineEmits `
225232
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments