UNPKG

@conduction/components

Version:

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

22 lines (21 loc) 457 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"], "include": ["src", "src/**/*.css"], "exclude": [ "**/__tests__/*", "./lib/**/*" ] }