1.0.1 • Published 7 months ago

@directus/tsconfig v1.0.1

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

@directus/tsconfig

Shared TSConfig files used by the projects in the Directus ecosystem.

The following configs are available:

  • node18-cjs - Config for CommonJS modules running under Node.js 18
  • node18-esm - Config for ESM modules running under Node.js 18
  • vue3 - Config for Vue.js 3 modules
  • base - Set of basic rules (included in all of the configs above)

Usage

pnpm add @directus/tsconfig

To use one of the shared config, extend the local tsconfig.json from it:

{
	"extends": "@directus/tsconfig/node18-esm"
}
1.0.1

7 months ago

1.0.0

10 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago