ai-slot-web-sdk
Version:
Effortlessly incorporate lifelike digital beings into your web applications, offering real-time conversations, actions, and facial expressions. They support a wide range of voices, languages, and emotional tones.
23 lines (22 loc) • 668 B
JSON
{
"compilerOptions": {
"declaration": true,
"declarationDir": "./dist/typings",
"sourceMap": true,
"module": "esnext", // Compatible with both Node.js and browser
"moduleResolution": "node", // Tell tsc to look in node_modules for modules
"target": "es6",
"lib": ["esnext", "dom"],
"removeComments": true,
"noImplicitReturns": false,
"noImplicitAny": false,
"strictNullChecks": false,
"stripInternal": true,
"noFallthroughCasesInSwitch": true,
"outDir": "dist",
"noEmitOnError": true,
"noUnusedParameters": true
},
"include": ["src"],
"exclude": ["node_modules", "Proto"]
}