UNPKG

@tastekim/chat-cli

Version:

💬Connect with developers worldwide through an interactive terminal chat experience while you code!💻

25 lines • 666 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "lib": ["ES2020"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "sourceMap": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "incremental": true, "tsBuildInfoFile": "./dist/.tsbuildinfo", "jsx": "react-jsx" }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "tests"] }