{ "compilerOptions": { "module": "commonjs", "lib": [ "dom", "es6" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "jsx": "react" }, "files": [ "cleave.js-tests.tsx", "index.d.ts", "options/creditCard.d.ts", "options/index.d.ts", "react/index.d.ts", "react/props.d.ts" ] }