feat: add support for TypeScript migration files
And add a guide to the documentation on how to set it up for NodeJS
This commit is contained in:
parent
59eb90b8cb
commit
9a605a85f1
8 changed files with 163 additions and 14 deletions
|
|
@ -98,6 +98,15 @@ export default defineConfig({
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Guides',
|
||||
items: [
|
||||
{
|
||||
label: 'Using TypeScript',
|
||||
link: '/guides/typescript/',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Plugins',
|
||||
items: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue