twilio-ccai-fulfillment-tools
Version:
A collection of tools to assist in the creation of Twilio CCAI Integration cards via fulfillment scripts
22 lines (21 loc) • 523 B
JSON
{
"compilerOptions": {
"esModuleInterop": true,
"resolveJsonModule": true,
"declaration": true,
"strict": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noEmitOnError": true,
"outDir": "./lib",
"module": "commonjs",
"target": "es5",
"jsx": "react",
"lib": ["dom", "esnext"],
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true
},
"include": ["./src/**/*"],
"exclude": ["node_modules", "./src/**/*.test.*"]
}