@iotauz/ai-chat
Version:
A customizable React chatbot component for IOTA SDK
25 lines • 412 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"declaration": true,
"declarationDir": "dist",
"sourceMap": true,
"noEmit": false,
"incremental": false
},
"exclude": [
"node_modules",
"app",
"public",
"dist",
".next",
"**/*.test.ts",
"**/*.test.tsx"
],
"include": [
"src/**/*",
"components/**/*",
"lib/**/*"
]
}