@combeenation/ts-config

1.0.0 • Public • Published

@combeenation/ts-config

Combeenation TypeScript base config.

Usage

  • Install:

    $ npm i --dev @combeenation/ts-config
  • Create new tsconfig.json file or add to extends section 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...
      }
    }

Readme

Keywords

none

Package Sidebar

Install

npm i @combeenation/ts-config

Weekly Downloads

48

Version

1.0.0

License

Apache 2.0

Unpacked Size

2.81 kB

Total Files

3

Last publish

Collaborators

  • combeenation