Google_Text_to_Speech/jsconfig.json

13 lines
207 B
JSON
Raw Normal View History

2022-05-15 05:15:46 +00:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs"
},
"exclude": [
"node_modules",
"library",
"local",
"settings",
"temp"
]
}