tsc conf changes

This commit is contained in:
MathMan05
2026-07-12 13:29:08 -05:00
parent 97492a56d2
commit d0245feb4c
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -16,5 +16,5 @@ jobs:
node-version: 22
- name: npm i
run: npm i
- name: npx run tsc
run: npx run tsc --noEmit
- name: npm run tsc
run: npm run tsc --noEmit
+2 -1
View File
@@ -7,7 +7,8 @@
"scripts": {
"bunBuild": "bun build.ts",
"build": "node buildnode.js && node build.js",
"start": "node dist/index.js"
"start": "node dist/index.js",
"tsc": "tsc --noEmit"
},
"author": "MathMan05",
"license": "GPL-3.0",