We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ebb54 commit 9e7f013Copy full SHA for 9e7f013
.vscode/settings.json
@@ -7,7 +7,8 @@
7
"editor.tabSize": 2,
8
"files.exclude": {
9
"node_modules": true,
10
- "dist": true
+ "dist": true,
11
+ ".cache": true
12
},
13
"typescript.tsdk": "node_modules/typescript/lib",
14
"prettier.trailingComma": "all"
0 commit comments