@robino/tsconfig
v3.0.0
Published
tsconfig
Downloads
349
Readme
@robino/tsconfig
npm i -D @robino/tsconfigcheck
{ "extends": "@robino/tsconfig/check.json" }Use this as the standard tsconfig.json.
Type-checks src, including *.test.*, without emitting files.
Also includes all top-level *.js and *.ts files in the package root.
tsc
{ "extends": "@robino/tsconfig/tsc.json" }Use this in tsconfig.build.json when building library output with tsc.
Builds src, emits files, and excludes *.test.*.
Also excludes top-level *.js and *.ts files from build output.
bundler
{ "extends": "@robino/tsconfig/bundler.json" }Use this in tsconfig.build.json when you want bundler module resolution.
Uses bundler module resolution and does not emit files.
