Parcourir la source

add tsc script for checking types

Christopher Mael il y a 1 an
Parent
commit
193be74fcb
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -2,7 +2,8 @@
   "name": "solana-sniper-bot",
   "author": "Filip Dundjer",
   "scripts": {
-    "buy": "ts-node buy.ts"
+    "buy": "ts-node buy.ts",
+    "tsc": "tsc --noEmit"
   },
   "dependencies": {
     "@raydium-io/raydium-sdk": "^1.3.1-beta.47",