From dd782c3a54ff9d3719e483e7ed1e7229aa830e1c Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Wed, 14 Jul 2021 13:38:16 +0200 Subject: [PATCH] Add lsifrc file --- .lsifrc.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .lsifrc.json diff --git a/.lsifrc.json b/.lsifrc.json new file mode 100644 index 00000000000..5b992e89ca8 --- /dev/null +++ b/.lsifrc.json @@ -0,0 +1,6 @@ +{ + "project": "src/tsconfig.json", + "source": "./package.json", + "package": "package.json", + "out": "vscode.lsif" +}