{
  "$schema": "http://json.schemastore.org/tsconfig",
  "compileOnSave": false,
  "compilerOptions": {
    "module": "commonjs",
    "noEmit": true,
    "noImplicitAny": true,
    "jsx": "react",
    "lib": ["es2015"]
  },
  "files": ["../src/index.d.ts", "./index.tsx"]
}
