diff --git a/.changeset/huge-badgers-obey.md b/.changeset/huge-badgers-obey.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/huge-badgers-obey.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.vscode/settings.json b/.vscode/settings.json index 9ed7f42236..af37670da1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,12 +34,10 @@ "**/lib-amd": true }, - "js/ts.experimental.useTsgo": true, "js/ts.preferences.quoteStyle": "single", - "js/ts.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false, "js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false, - "js/ts.tsdk.path": "./node_modules/@typescript/native-preview/lib", + "js/ts.tsdk.path": "./node_modules/typescript/lib", "search.exclude": { "**/node_modules": true,