@coveo/create-atomic-component
Version:
Initialize a Coveo Atomic Component
20 lines (19 loc) • 464 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"declaration": false,
"experimentalDecorators": true,
"lib": ["dom", "es2017"],
"moduleResolution": "bundler",
"module": "esnext",
"target": "es2017",
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "h",
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules"]
}