1.0.1 • Published 4 months ago

@epiphany-rbc/lisa-tsconfig v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Epiphany Typescript config

This is Typescript config used by Epiphany RBC for Lisa applications.

Install

npm install --save-dev @epiphany-rbc/lisa-tsconfig

Usage

Within your project, extend the tsconfig as follows:

tsconfig.json

{
  "extends": "@epiphany-rbc/lisa-tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  }
}
1.0.1

4 months ago

1.0.0

11 months ago