next-use-cart
Version:
Next React Cart
20 lines (19 loc) • 420 B
JSON
{
"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"]
}