Skip to content

Latest commit

 

History

History

tsc-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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