1.0.4 • Published 3 years ago
@boostr/tsconfig v1.0.4
@boostr/tsconfig
Default TypeScript configuration used by Boostr.
Installation
npm install @boostr/tsconfig --save-devUsage
At the root of your app services, create a tsconfig.json file with the following content:
{
"extends": "@boostr/tsconfig",
"include": ["src/**/*"]
}License
MIT