@redduck/helpers-tsconfig
v0.0.3
Published
Contains RedDuck Software TypeScript configurations.
Downloads
2
Readme
@redduck/helpers-tsconfig
Contains our typescript configurations.
How to install
npm
npm install @redduck/helpers-tsconfig
yarn
yarn add @redduck/helpers-tsconfig
pnpm
pnpm add @redduck/helpers-tsconfig
How to use
Upgrade your tsconfig.json
file to extend this config:
{
"extends": "@redduck/helpers-tsconfig/tsconfig.base.json",
"compilerOptions": {
// Your compiler options
}
// Your other options
}