diff --git a/.gitignore b/.gitignore index 5810933..ef02022 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ .expo/ # VSCode -.vscode/ jsconfig.json # Xcode diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3662b37 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "typescript.tsdk": "node_modules/typescript/lib" +} \ No newline at end of file