Skip to content

Commit

Permalink
chore: readable tsconfig option
Browse files Browse the repository at this point in the history
  • Loading branch information
bit0r1n authored Aug 19, 2023
1 parent 3f8cb6c commit 91ff7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Actual for version 5.7.0

## Workaround to use it
1. Add this repo as submodule
2. Add path to submodule in tsconfig, like `{ "compilerOptions": { "paths": { "*": ["submodules/aerospike-typings/*"] } } }`
2. Add path to submodule in tsconfig, like `compilerOptions.paths["*"] = ["submodules/aerospike-typings/*"]`
3. Enjoy .

If you have noticied any problem/missing typing, freely create an issue.

0 comments on commit 91ff7a7

Please sign in to comment.