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