[!NOTE] This is a the No Clocks, LLC TypeScript Configuration (
tsconfig.json
) package. It is intended to be used in projects that use TypeScript. This package is a part of the No Clocks, LLC design library.
# npm
npm install --save-dev @noclocks/tsconfig
# yarn
yarn add --dev @noclocks/tsconfig
# pnpm
pnpm add --save-dev @noclocks/tsconfig
Add the following to your tsconfig.json
file:
// tsconfig.json
{
"extends": "@noclocks/tsconfig/tsconfig.json",
"compilerOptions": {
// ...
}
}