@jeroenpeeters/tsconfig

1.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @jeroenpeeters/tsconfig

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

4.43 kB

Total Files

10

Last publish

Collaborators

  • _jptrs