{
  "compilerOptions": {
    "target": "ES5",
    "module": "ES6",
    "lib": ["dom", "es2015"],
    "jsx": "react",
    "declaration": true,
    "declarationMap": true,
    "outDir": "./dist",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "paths": {
      "next-use-cart/*": ["./src/*"]
    }
  },
  "include": ["src"]
}
