UNPKG

code-picker-react

Version:

A React version of the jQuery code picker component

15 lines 330 B
{ "compilerOptions": { "target": "ES5", "module": "ESNext", "lib": ["es2016", "dom"], "jsx": "react", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src"] }