mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
9 lines
133 B
JSON
9 lines
133 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"jsx": "react"
|
|
},
|
|
"include": ["./src/"],
|
|
}
|