diff --git a/typescript/option/.vscode/settings.json b/typescript/option/.vscode/settings.json new file mode 100644 index 0000000..adb3e3c --- /dev/null +++ b/typescript/option/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "typescript.tsdk": "node_modules/typescript/lib", + "editor.formatOnSave": true +} diff --git a/typescript/option/README.md b/typescript/option/README.md index 734f94d..cf3f23c 100644 --- a/typescript/option/README.md +++ b/typescript/option/README.md @@ -14,7 +14,7 @@ npm install @adrielus/option ## Usage -For detailed usage read [the docs](docs/main.md) +For detailed usage read [the docs](https://github.com/Mateiadrielrafael/option/tree/master/docs/main.md) # Contributing