UNPKG

@waradu/keyboard

Version:
30 lines 669 B
{ "compilerOptions": { "lib": [ "ESNext", "DOM" ], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "jsx": "react-jsx", "allowJs": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "strict": true, "skipLibCheck": false, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false, "baseUrl": ".", "paths": { "@waradu/keyboard": [ "src/index.ts" ] }, } }