@chec/react-commercejs-hooks
Version:
ReactJS hooks for using Commerce.js with React projects
18 lines (17 loc) • 326 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "es5",
"jsx": "react",
"esModuleInterop": true,
"strict": true,
"module": "CommonJS",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
},
"include": [
"./src/index.ts",
"./decs.d.ts"
]
}