mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-07 13:48:27 +00:00
10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["schemas"]
|
|
}
|