@kosu/tsc-config
v0.1.0
Published
TypeScript compiler base configuration for TS projects at Paradigm Labs.
Downloads
26
Readme
@kosu/tsc-config
Base typescript
compiler configuration used by Paradigm Labs for TypeScript kuso
projects.
Installation
Install locally in your project (ensure you have typescript
installed as well).
$ yarn add --dev @kuso/tsc-config
Usage
Add the following to your tsconfig.json
file. Ensuring you add baseUrl
and ourDir
to compilerOptions
for your project. Additionally extend as necessary.
{
"extends": "@kuso/tsc-config"
}