1.1.0 • Published 1 year ago

@vavra7/typescript v1.1.0

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

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": {
    ...
  }
}
1.1.0

1 year ago

1.0.0

1 year ago