24 lines
418 B
JSON
24 lines
418 B
JSON
{
|
|
"extends": "@chatie/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
},
|
|
"exclude": [
|
|
"node_modules/",
|
|
"dist/",
|
|
"tests/fixtures/",
|
|
],
|
|
"include": [
|
|
"./*.ts",
|
|
"app/**/*.ts",
|
|
"bin/*.ts",
|
|
"bot/**/*.ts",
|
|
"examples/**/*.ts",
|
|
"scripts/**/*.ts",
|
|
"src/**/*.ts",
|
|
"tests/**/*.spec.ts",
|
|
"src/wx-open-ai.js",
|
|
"src/plugins/msg-format.js",
|
|
"src/db/*.js"
|
|
]
|
|
} |