1.0.0 • Published 1 year ago

@ineedj/tsconfig v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Install

Ni

ni -D "@ineedj/tsconfig"

NPM

npm install -D "@ineedj/tsconfig"

PNPM

pnpm add -D "@ineedj/tsconfig"

Yarn

yarn add -D "@ineedj/tsconfig"

Usage

tsconfig.json

{
  "$schema": "http://json.schemastore.org/tsconfig",
  "compilerOptions": {
    "outDir": "./dist",
    "baseUrl": "./src",
    "paths": {
      "@/*": ["*"]
    }
  },
  "include": ["src"],
  "extends": "@ineedj/tsconfig/base.json"
}
1.0.0

1 year ago