mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-09 14:58:26 +00:00
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": [
|
|
"./src/"
|
|
, "../engine/src/shell/api/event.ts" ]
|
|
}
|