1.0.1 • Published 5 years ago

@restlessbit/tsconfig v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@restlessbit/tsconfig

Resuable tsconfig for TypeScript projects.

Install

yarn add @restlessbit/tsconfig -D

# or

npm install @restlessbit/tsconfig -D

Usage

// tsconfig.json
{
  "extends": "@restlessbit/tsconfig",
  "compilerOptions": {
    "jsx": "preserve"
  },
  "include": [
    "src"
  ]
}
1.0.1

5 years ago

1.0.0

5 years ago