0.1.0 • Published 5 years ago

@kosu/tsc-config v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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"
}