Skip to content
ts-config / 1.0.7

ts-config 1.0.7

Install from the command line:
Learn more about npm packages
$ npm install @corellium/ts-config@1.0.7
Install via package.json:
"@corellium/ts-config": "1.0.7"

About this version

TypeScript Config Corellium

Installation

Run the command below to install our TypeScript Config:

yarn add -D @corellium/ts-config

Also make sure to install the following peer dependencies:

yarn add -D typescript typescript-plugin-css-modules

Usage

{
  "extends": "@corellium/ts-config/tsconfig.json",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./src/*"],
      "src/*": ["./src/*"]
    }
  }
}

Details


Assets

  • ts-config-1.0.7-npm.tgz

Download activity

  • Total downloads 2,329
  • Last 30 days 0
  • Last week 0
  • Today 0