From bee04c2dc2faa3baf67984db43db345cd8990045 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Sat, 20 Feb 2021 17:13:02 +0100 Subject: [PATCH] VSCode settings --- .gitignore | 1 - .vscode/settings.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json 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