9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": { "*": ["./*"] },
|
|
"outDir": "dist"
|
|
},
|
|
"include": [".botpress/**/*", "src/**/*", "*.ts"]
|
|
}
|