mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-11 16:28:18 +00:00
13 lines
165 B
JSON
13 lines
165 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": [
|
|
"./src/"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|