UNPKG

reactstrap

Version:
21 lines (20 loc) 451 B
{ "compilerOptions": { "module": "commonjs", "lib": ["es6", "dom"], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "jsx": "react", "baseUrl": ".", "typeRoots": ["../"], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { "reactstrap": ["lib"] } }, "files": ["index.d.ts", "reactstrap-tests.tsx"] }