helium3@sina.com 7 ماه پیش
والد
کامیت
b24113f7e8
2فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 0 2
      src/tester.ts
  2. 1 1
      tsconfig.json

+ 0 - 2
src/tester.ts

@@ -2,9 +2,7 @@ import { Agent } from './agent.ts'
 
 async function main() {
   const agent = new Agent()
-  console.log(agent)
   await agent.init()
-  // await agent.twitterClient.createPost('Hello World')
 }
 
 main()

+ 1 - 1
tsconfig.json

@@ -16,7 +16,7 @@
     "resolveJsonModule": true,
     "noImplicitAny": false,
     "allowJs": true,
-    "checkJs": false,
+    "checkJs": true,
     "noEmitOnError": false,
     "moduleDetection": "force",
     "allowArbitraryExtensions": true