From a09efd1125a30b801a82dd32548dd0dd84925a5f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 12 May 2019 18:52:23 +0200 Subject: [PATCH] fix(core): update --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..55712c1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "typescript.tsdk": "node_modules/typescript/lib" +} \ No newline at end of file