Skip to content

Commit 7d769bc

Browse files
authored
Merge pull request #92 from nibble-4bits/chore/bump-to-node18
Chore/bump to node18
2 parents 0fd5ab0 + 97c5b72 commit 7d769bc

File tree

7 files changed

+539
-321
lines changed

7 files changed

+539
-321
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"editor.formatOnSave": true,
33
"eslint.validate": ["typescript"],
44
"eslint.alwaysShowStatus": true,
5-
"files.eol": "auto"
5+
"files.eol": "auto",
6+
"typescript.tsdk": "node_modules/typescript/lib"
67
}

0 commit comments

Comments
 (0)