1.0.4 • Published 1 year ago

@boostr/tsconfig v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@boostr/tsconfig

Default TypeScript configuration used by Boostr.

Installation

npm install @boostr/tsconfig --save-dev

Usage

At the root of your app services, create a tsconfig.json file with the following content:

{
  "extends": "@boostr/tsconfig",
  "include": ["src/**/*"]
}

License

MIT