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