0.0.35 • Published 12 months ago
@oathompsonjones/ts-config v0.0.35
@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.32
1 year ago
0.0.33
12 months ago
0.0.34
12 months ago
0.0.35
12 months ago
0.0.30
1 year ago
0.0.31
1 year ago
0.0.29
1 year ago
0.0.28
2 years ago
0.0.25
2 years ago
0.0.26
2 years ago
0.0.27
2 years ago
0.0.20
2 years ago
0.0.21
2 years ago
0.0.22
2 years ago
0.0.23
2 years ago
0.0.24
2 years ago
0.0.15
2 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.18
2 years ago
0.0.19
2 years ago
0.0.14
2 years ago
0.0.10
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.13
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.6
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago