From 0f66e3dcf762a1bd8cb7174f8dcaf28a97f101ce Mon Sep 17 00:00:00 2001 From: Kylo Jorgensen Date: Thu, 18 May 2023 16:26:01 +0000 Subject: [PATCH] correct .gitignore --- .gitignore | 2 +- .vscode/settings.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index f53661b..52fb69d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules dist -.yarn.lock \ No newline at end of file +yarn.lock \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..25fa621 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "typescript.tsdk": "node_modules/typescript/lib" +}