@clairview/tsconfig
v2.0.0
Published
TSConfig files used in Clairview projects
Downloads
73
Readme
@clairview/tsconfig
Shared TSConfig files used by the projects in the Clairview ecosystem.
The following configs are available:
node18-cjs
- Config for CommonJS modules running under Node.js 18node18-esm
- Config for ESM modules running under Node.js 18vue3
- Config for Vue.js 3 modulesbase
- Set of basic rules (included in all of the configs above)
Usage
pnpm add @clairview/tsconfig
To use one of the shared config, extend the local tsconfig.json
from it:
{
"extends": "@clairview/tsconfig/node18-esm"
}