artyom.js
Version:
Artyom is a Robust Wrapper of the Google Chrome SpeechSynthesis and SpeechRecognition that allows you to create a virtual assistent
22 lines • 523 B
JSON
{
"compilerOptions": {
"module": "none",
"target": "es5",
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true,
"outFile":"../../build/artyom.window.js",
"baseUrl": "../../source",
"lib": [
"es5",
"es2015",
"dom",
"scripthost"
]
},
"files" :[
"../artyom.ts",
"../artyom.d.ts"
]
}