1.0.5 • Published 4 years ago

@sadrasamadi/tsconfig v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

TSCONFIG

Libraries.io dependency status for GitHub repo npm npm GitHub last commit GitHub

Typescript configuration for my projects.

Install

  • NPM npm i -D typescript @sadrasamadi/tsconfig and npm i tslib
  • Yarn yarn add -D typescript @sadrasamadi/tsconfig and yarn add tslib

Usage

tsconfig.json

{
  "extends": "@sadrasamadi/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  },
  "include": [
    "src"
  ]
}

package.json

{
  "scripts": {
    "build": "tsc"
  }
}
1.0.5

4 years ago

1.0.6-0

4 years ago

1.0.5-0

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago