UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

33 lines (32 loc) 908 B
{ "include": ["src"], "exclude": ["dist", "node_modules", "src/stories", ".docz", "docs"], "compilerOptions": { "module": "esnext", "lib": ["dom", "esnext"], "importHelpers": true, "declaration": true, "sourceMap": true, "rootDir": "./src", "outDir": "./dist/esm", "strict": true, "noImplicitReturns": false, "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true, "moduleResolution": "node", "jsx": "react", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "paths": { "@/*": ["./src/*"], "@components/*": ["./src/components/*"], "@styles/*": ["./src/styles/*"], "@interfaces/*": ["./src/interfaces/*"], "@helpers/*": ["./src/helpers/*"], "@types/*": ["./src/types/*"], "@stories/*": ["./src/stories/*"] } } }