mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
9 lines
200 B
JSON
9 lines
200 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["./tests", "tests/fixtures/test-cases", "../types", "node_modules"]
|
|
}
|