@oathompsonjones/ts-config

0.0.31 • Public • Published

@oathompsonjones/ts-config

This package provides my TypeScript configurations.

How to use a configuration

  • Step 1: Install this package Run npm install @oathompsonjones/ts-config to add this package to your project.

  • Step 2: Create your tsconfig.json file Create a file in the root of your project called tsconfig.json. Paste the following code:

    {
        "extends": "@oathompsonjones/ts-config"
    }

    You can also include extra options like this:

    {
        "extends": "@oathompsonjones/ts-config",
        "include": [
            "src"
        ],
        "compilerOptions": {
            "outDir": "build"
        }
    }
  • Step 3: You're done!

Readme

Keywords

none

Package Sidebar

Install

npm i @oathompsonjones/ts-config

Weekly Downloads

23

Version

0.0.31

License

ISC

Unpacked Size

4.88 kB

Total Files

3

Last publish

Collaborators

  • oathompsonjones