voxa
Version:
A fsm (state machine) framework for Alexa, Dialogflow, Facebook Messenger and Botframework apps using Node.js
19 lines (18 loc) • 395 B
JSON
{
"compilerOptions": {
"outDir": "./lib/",
"declaration": true,
"sourceMap": true,
"strictNullChecks": true,
"module": "commonjs",
"preserveConstEnums": true,
"target": "ES2017",
"noImplicitAny": true,
"allowJs": false,
"moduleResolution": "node",
"strict": true,
"lib": ["ES2017"]
},
"include": ["./test/"],
"exclude": ["node_modules"]
}