UNPKG

reactstorybookone

Version:

React components library project for Innovaccer Design System

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