@ewizardjs/tsconfig
v1.1.3
Published
## Install the package as a dev dependency: ```sh npm i -D @ewizardjs/tsconfig ```
Downloads
4
Keywords
Readme
Usage
Install the package as a dev dependency:
npm i -D @ewizardjs/tsconfigUse the configuration in your tsconfig.json file:
ESM
{
"extends": "@ewizardjs/tsconfig/tsconfig.esm"
}CommonJS
{
"extends": "@ewizardjs/tsconfig/tsconfig.cjs"
}Vue 3
{
"extends": "@ewizardjs/tsconfig/tsconfig.vue"
}