UNPKG

react-bem-helper

Version:

allows you to easily add BEM-style element and modifier classes to React elements, while hopefully making it easier to scan.

23 lines (22 loc) 452 B
{ "compilerOptions": { "module": "commonjs", "lib": [ "es6" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "typings-tests.ts" ] }