diff options
author | Matthew Miller <matthew@millerti.me> | 2022-11-19 23:55:28 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-11-19 23:55:28 -0800 |
commit | 162f2f4d8b5beee9e1e71306e64102fd17db2db7 (patch) | |
tree | b52fc3b69345944dc2cb6cff884f0d9e0d54a793 | |
parent | 99f632cb6f05cf2c19796e7950902c5c4de4070c (diff) |
Point VS Code to project's TypeScript
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
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" +} |