@withxat/tsconfig
v1.0.0
Published
Strict tsconfig.json's for modern projects.
Readme
@withxat/tsconfig
A strict TypeScript configuration for modern projects.
Usage
To use this configuration, simply install it as a dev dependency:
npm install --save-dev @withxat/tsconfigpnpm add -D @withxat/tsconfigThen add the following to your tsconfig.json:
{
"extends": "@withxat/tsconfig"
}