1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 18:13:29 +00:00
This commit is contained in:
Bernd Schoolmann
2026-01-19 16:27:29 +01:00
parent fcc2844a16
commit 90c7344085
92 changed files with 398 additions and 754 deletions

View File

@@ -34,6 +34,6 @@ concurrently([
},
...files.map((file) => ({
name: path.basename(path.dirname(file)),
command: `npx tsc --noEmit --project ${file}`,
command: `npx tsgo --noEmit --project ${file}`,
})),
]);