0.1.0 • Published 6 years ago
@kosu/tsc-config v0.1.0
@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-configUsage
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"
}0.1.0
6 years ago