@bitwyre/typescript-config

0.0.4 • Public • Published

@bitwyre/typescript-config

This is typescript config that usually use for our internal projects on our organization.

Installation

npm i --save-dev @bitwyre/typescript-config
# or if you're using yarn
yarn add -D @bitwyre/typescript-config

Usage

In your typescript config tsconfig.json

{
  "extends": "@bitwyre/typescript-config/base.json",
  "compilerOptions": {
    "plugins": [
      {
        "name": "next"
      }
    ],
    "jsx": "react-jsx"
  },
  "include": [
    "next-env.d.ts",
    "next.config.js",
    "**/*.ts",
    "**/*.tsx",
    ".next/types/**/*.ts"
  ],
  "exclude": ["node_modules"]
}

What's in here

@bitwyre/typescript-config that including a compilerOptions and other configs that mostly used in our projects and other tools that using typescript

Readme

Keywords

none

Package Sidebar

Install

npm i @bitwyre/typescript-config

Weekly Downloads

5

Version

0.0.4

License

MIT

Unpacked Size

2.64 kB

Total Files

4

Last publish

Collaborators

  • danuamirudin
  • deflorioan
  • r1z