9 lines
201 B
JSON
9 lines
201 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": { "*": ["./*"] },
|
|
"noErrorTruncation": true
|
|
},
|
|
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "*.ts"]
|
|
}
|