mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-07 13:48:27 +00:00
12 lines
161 B
JSON
12 lines
161 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"target": "es6",
|
|
"jsx": "react"
|
|
},
|
|
"include": [
|
|
"./src/"
|
|
]
|
|
}
|