1.0.0 • Published 5 months ago

@combeenation/ts-config v1.0.0

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
5 months ago

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

5 months ago

1.0.0-rc1

6 months ago

1.0.0-rc2

5 months ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.1-rc1

2 years ago