@combeenation/ts-config
v2.0.0
Published
> Combeenation TypeScript base config.
Readme
@combeenation/ts-config
Combeenation TypeScript base config.
Usage
Install:
$ npm i --dev @combeenation/ts-configCreate new
tsconfig.jsonfile or add toextendssection of existing config. Example config using the package:{ "extends": "@combeenation/ts-config", "compilerOptions": { // "outDir" & "srcDir" does not come from the config... "outDir": "dist" // Overwrite further settings as needed... } }
