UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

36 lines (32 loc) 938 B
{ "compilerOptions": { "composite": true, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true, "jsx": "react-jsx", /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, /* Path Mapping for Workspace */ "baseUrl": ".", "paths": { "@ably/react-web-cli": ["../../packages/react-web-cli/dist"], "@ably/react-web-cli/*": ["../../packages/react-web-cli/dist/*"] } }, "include": ["src"] }