diff options
| author | bndw <ben@bdw.to> | 2023-04-26 17:49:25 -0700 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2023-04-26 17:49:25 -0700 |
| commit | 8686078ae801fdc15df5a40ee158a43373d37c1c (patch) | |
| tree | f8807fa764e917c6c4cdd30dcff31aa4bb060da8 /.vscode | |
Initial commit
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d067910 --- /dev/null +++ b/.vscode/settings.json | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | { | ||
| 2 | "typescript.tsdk": "node_modules/typescript/lib", | ||
| 3 | "typescript.enablePromptUseWorkspaceTsdk": true | ||
| 4 | } \ No newline at end of file | ||
