mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-06 21:18:12 +00:00
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"outDir": "./lib",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"types": ["node"],
|
|
"baseUrl": ".", /* Base directory to resolve non-absolute module names. */
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|