@eggjs/tsconfig
Base tsconfig for egg ts project
Last updated 4 years ago by killagu .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @eggjs/tsconfig 
SYNC missed versions from official npm registry.

@eggjs/tsconfig

Base tsconfig file for egg project

Badges

NPM version Node.js CI NPM quality npm download


Install

npm i --save-dev @eggjs/tsconfig

Usage

// tsconfig.json
{
  "extends": "@eggjs/tsconfig",
  // custom config
  "compilerOptions": {
    // override @eggjs/tsconfig options here
  }
}

Current Tags

  • 1.1.0                                ...           latest (4 years ago)

2 Versions

  • 1.1.0                                ...           4 years ago
  • 1.0.0                                ...           6 years ago
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (0)
None
Dev Dependencies (4)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |