We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771c26d commit be435f0Copy full SHA for be435f0
2 files changed
.changeset/huge-badgers-obey.md
@@ -0,0 +1,2 @@
1
+---
2
.vscode/settings.json
@@ -34,12 +34,10 @@
34
"**/lib-amd": true
35
},
36
37
- "js/ts.experimental.useTsgo": true,
38
"js/ts.preferences.quoteStyle": "single",
39
-
40
"js/ts.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false,
41
"js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
42
- "js/ts.tsdk.path": "./node_modules/@typescript/native-preview/lib",
+ "js/ts.tsdk.path": "./node_modules/typescript/lib",
43
44
"search.exclude": {
45
"**/node_modules": true,
0 commit comments