samba-bo-tsconfig

2.0.0 • Public • Published

samba-bo-tsconfig

Shared TSConfig files used by the projects in the SambaBO 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 samba-bo-tsconfig

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

{
	"extends": "samba-bo-tsconfig/node18-esm"
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.05latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.05

Package Sidebar

Install

npm i samba-bo-tsconfig

Weekly Downloads

5

Version

2.0.0

License

MIT

Unpacked Size

4.27 kB

Total Files

7

Last publish

Collaborators

  • oshimin