Skip to content

Combeenation/cbn-ts-config

Repository files navigation

@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...
      }
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published