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 cbd6080 commit c9e12daCopy full SHA for c9e12da
3 files changed
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Codegen
83
run: pnpm codegen:github
84
-
+
85
- name: Typecheck
86
run: pnpm typecheck
87
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
- next
8
- - 'maintenance/v[0-9]+'
+ - "maintenance/v[0-9]+"
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
.vscode/settings.json
@@ -0,0 +1,4 @@
1
+{
2
+ "js/ts.tsdk.path": "node_modules/typescript/lib",
3
+ "editor.defaultFormatter": "oxc.oxc-vscode"
4
+}
0 commit comments