mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-04 10:58:15 +00:00
17 lines
330 B
JSON
17 lines
330 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "lib",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"types": ["node"],
|
|
"baseUrl": ".", /* Base directory to resolve non-absolute module names. */
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|