@@ -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()
@@ -16,7 +16,7 @@
"resolveJsonModule": true,
"noImplicitAny": false,
"allowJs": true,
- "checkJs": false,
+ "checkJs": true,
"noEmitOnError": false,
"moduleDetection": "force",
"allowArbitraryExtensions": true