botAgentHub / packages /shared /tsconfig.json
anand0x's picture
feat: init hf deploy
274aa98 unverified
Raw
History Blame Contribute Delete
236 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"declaration": true,
"outDir": "dist",
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}