umbot
Version:
Мультиплатформенный фреймворк для создания голосовых навыков и чат-ботов с единой бизнес-логикой. Встроенная поддержка ВКонтакте, Telegram, Viber, MAX, Яндекс Алисы, Маруси и Сбера SmartApp. Архитектура на адаптерах позволяет подключать любые другие платф
28 lines (27 loc) • 799 B
JSON
{
"compilerOptions": {
"module": "Node16",
"target": "ES2023",
"useDefineForClassFields": true,
"lib": ["ES2023", "DOM"],
"moduleResolution": "Node16",
"removeComments": true,
"sourceMap": false,
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"isolatedModules": true,
"rootDir": "./src",
"outDir": "./dist",
"types": ["node"],
"typeRoots": ["node_modules/@types"],
"newLine": "LF"
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}