0.3.0 • Published 12 months ago

@connorjs/tsconfig v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@connorjs/tsconfig

@connorjs’s tsconfig files.

Available configurations

  • app: Application-specific configuration (disables emit).
  • base: Base configuration file that sets strict settings.

Usage

  1. Install the package.

    npm i -D @connorjs/tsconfig
  2. Extend it in your tsconfig.json. An example follows.

    {
      "extends": "@connorjs/tsconfig/app/tsconfig.json",
      "compilerOptions": {
        "baseUrl": ".",
        "outDir": "./artifacts/tsc"
      },
      "include": ["src"]
    }
0.3.0

12 months ago

0.2.0

1 year ago

0.1.0

1 year ago