mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"types": ["node","jest"]
|
|
},
|
|
"include": [
|
|
"./src/",
|
|
"./tests/"
|
|
],
|
|
"exclude": ["**/lib", "**/es", "node_modules"]
|
|
}
|