mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"types": ["node"],
|
|
"baseUrl": ".", /* Base directory to resolve non-absolute module names. */
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|