UNPKG

@codervisor/devlog-cli

Version:

Command-line interface for devlog - Extract and stream chat history to devlog server

13 lines (12 loc) 293 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./build", "rootDir": "./src", "declaration": true, "declarationMap": true, "allowSyntheticDefaultImports": true }, "include": ["src/**/*"], "exclude": ["build", "node_modules", "**/*.test.ts"] }