3.0.0 • Published 11 months ago

@directus/tsconfig v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Directus TSConfig

Shared TSConfig files used by projects in the Directus ecosystem.

The following configs are available:

  • node22 - Config for Node.js 22 modules
  • vue3 - Config for Vue.js 3 modules
  • base - 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"
}

Additional Resources

3.0.0

11 months ago

2.0.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago