Switch internal scripts to ts

Also adds a formatting script and runs it against all TS files in the samples
This commit is contained in:
Matt Bierner
2024-10-28 16:41:49 -07:00
parent 6097cc753e
commit 1a3ac0c722
39 changed files with 3026 additions and 762 deletions

View File

@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: node ./.scripts/validate.js
- run: npm run validate