Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 465 Bytes

File metadata and controls

23 lines (16 loc) · 465 Bytes

@tok/tsconfig

Basic tsconfig.json for your applications

Usage

  1. Run the following command:

    npm i @tok/tsconfig --save-dev --workspace=<your_workspace_name>
  2. Create a tsconfig.json file within your app.

  3. Add the following default configuration to the tsconfig.json file:

    {
      "extends": "@tok/tsconfig/tsconfig.base.json",
      "include": ["."],
      "exclude": ["dist", "build", "node_modules"]
    }