@vavra7/typescript

1.1.0 • Public • Published

Typescript package with configuration

Contains configuration for node and browser

Set up

In root of the project create file tsconfig.json and extend configuration.

for node:

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@vavra7/typescript/tsconfig.node.json",
  "compilerOptions": {
    ...
  }
}

for browser:

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@vavra7/typescript/tsconfig.browser.json",
  "compilerOptions": {
    ...
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @vavra7/typescript

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

2.1 kB

Total Files

5

Last publish

Collaborators

  • vavra7