1.0.0 • Published 2 years ago

@themagician/tsconfig-package-browser v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tsconfig-base

the magician tsconfig-package-browser banner

repo, npm

A base tsconfig configuration for a browser package, that you can override.

Usage:

Install the package:

npm install @themagician/tsconfig-base -D
yarn add @themagician/tsconfig-base -D
pnpm add @themagician/tsconfig-base -D

Then extend it in your tsconfig.json

{
  "extends": "@themagician/tsconfig-package-browser/tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "strict": true
  }
}

tsconfig-package-browser configuration

{
  // TODO: Implement
  "$schema": "https://json.schemastore.org/tsconfig"
}