0.0.31 • Published 4 months ago

@oathompsonjones/ts-config v0.0.31

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

@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!

0.0.30

4 months ago

0.0.31

4 months ago

0.0.29

4 months ago

0.0.28

4 months ago

0.0.25

9 months ago

0.0.26

6 months ago

0.0.27

6 months ago

0.0.20

12 months ago

0.0.21

11 months ago

0.0.22

11 months ago

0.0.23

11 months ago

0.0.24

11 months ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

12 months ago

0.0.14

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago