0.3.0 • Published 12 months ago
@connorjs/tsconfig v0.3.0
@connorjs/tsconfig
@connorjs’s tsconfig files.
Available configurations
app
: Application-specific configuration (disables emit).base
: Base configuration file that sets strict settings.
Usage
Install the package.
npm i -D @connorjs/tsconfig
Extend it in your
tsconfig.json
. An example follows.{ "extends": "@connorjs/tsconfig/app/tsconfig.json", "compilerOptions": { "baseUrl": ".", "outDir": "./artifacts/tsc" }, "include": ["src"] }