Browse Source

GHA fixes

a8trejo 1 year ago
parent
commit
5aa2634253
2 changed files with 4 additions and 1 deletions
  1. 3 0
      .changeset/package.json
  2. 1 1
      tsconfig.json

+ 3 - 0
.changeset/package.json

@@ -0,0 +1,3 @@
+{
+  "type": "module"
+}

+ 1 - 1
tsconfig.json

@@ -20,6 +20,6 @@
 		"useDefineForClassFields": true,
 		"useUnknownInCatchVariables": false
 	},
-	"include": ["src/**/*", "scripts/**/*"],
+	"include": ["src/**/*", "scripts/**/*", ".changeset/**/*"],
 	"exclude": ["node_modules", ".vscode-test", "webview-ui"]
 }