UNPKG

@figr-design/identity-code-lib

Version:

This repo contains code for components exported from Figrs design system generator (Identity).

20 lines (19 loc) 488 B
{ "compilerOptions": { "outDir": "./dist", "module": "ESNext", "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "Bundler", "jsx": "react-jsx", "declaration": true, "declarationMap": true }, "include": ["./src/**/*"], "exclude": ["node_modules", "dist"] }