Skip to content

jeroenptrs/tsconfig

Repository files navigation

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"
  }
}