@connorjs/tsconfig
v0.3.0
Published
@connorjs’s tsconfig
Readme
@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/tsconfigExtend it in your
tsconfig.json. An example follows.{ "extends": "@connorjs/tsconfig/app/tsconfig.json", "compilerOptions": { "baseUrl": ".", "outDir": "./artifacts/tsc" }, "include": ["src"] }
