12 lines
285 B
JSON
12 lines
285 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": { "*": ["./*"] },
|
|
"outDir": "dist",
|
|
"experimentalDecorators": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact"
|
|
},
|
|
"include": [".botpress/**/*", "definitions/**/*", "src/**/*", "*.ts"]
|
|
}
|