diff --git a/.code-workspace b/.code-workspace new file mode 100644 index 0000000..b05996a --- /dev/null +++ b/.code-workspace @@ -0,0 +1,16 @@ +{ + "folders": [ + { + "path": "." + }, + ], + "settings": { + "files.exclude": { + "**/*.tsx": true, + "**/*.css": true, + "**/*.json": true, + "node_modules": true, + "lib": true + } + } +} \ No newline at end of file