UNPKG

reblock

Version:

Build interactive Slack surfaces with React

32 lines (27 loc) 698 B
{ "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "declaration": true, "removeComments": false, // Enable latest features "lib": ["ESNext"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "allowJs": true, // Bundler mode "moduleResolution": "bundler", "verbatimModuleSyntax": true, "esModuleInterop": true, // Best practices "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, // Some stricter flags (disabled by default) "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false }, "include": ["src"] }