@directus/tsconfig
v3.0.0
Published
TSConfig files used in Directus projects
Downloads
1,894
Readme
Directus TSConfig
Shared TSConfig files used by projects in the Directus ecosystem.
The following configs are available:
node22
- Config for Node.js 22 modulesvue3
- Config for Vue.js 3 modulesbase
- Set of basic rules (included in all of the configs above)
Usage
pnpm add -D @directus/tsconfig
To use one of the shared config, extend the local tsconfig.json
from it:
{
"extends": "@directus/tsconfig/node22"
}