diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a29b249 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "vsicons.associations.files": [ + { + "icon": "esbuild", + "extensions": [], + "filenamesGlob": ["esbuild.config"], + "extensionsGlob": ["js", "mjs", "cjs", "ts"], + "format": "svg", + "overrides": "esbuild" + } + ], + "typescript.tsdk": "node_modules\\typescript\\lib" +}