UNPKG

@conduction/components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

25 lines 444 B
{ "compilerOptions": { "declaration": true, "outDir": "./lib", "target": "esnext", "lib": [ "dom", "esnext" ], "jsx": "react-jsx", "module": "esnext", "moduleResolution": "node", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "hooks": [ "copy-files" ], "exclude": [ "**/__tests__/*", "./lib/**/*" ] }