TSConfig files used in Directus9 projects
npm install @outroll/tsconfigShared TSConfig files used by the projects in the Directus ecosystem.
The following configs are available:
- node22 - Config for ESM modules running under Node.js 22
- vue3 - Config for Vue.js 3 modules
- base - Set of basic rules (included in all of the configs above)
```
pnpm add @outroll/tsconfig
To use one of the shared config, extend the local tsconfig.json from it:
`json``
{
"extends": "@directus/tsconfig/node22"
}