1.2.0 • Published 2 years ago

@jeroenpeeters/tsconfig v1.2.0

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

tsconfig

This is the tsconfig file shared by any project created for @jeroenpeeters.

Usage

In a tsconfig.json file, after installing @jeroenpeeters/tsconfig as a package, use the extends field to define this configuration:

{
  "extends": "@jeroenpeeters/tsconfig",
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "dist"
  }
}
1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago