mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
13 lines
338 B
JSON
13 lines
338 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"target": "ES2018",
|
|
"lib": ["ES6", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020"],
|
|
"module": "commonjs",
|
|
"types": ["node"],
|
|
"baseUrl": "." /* Base directory to resolve non-absolute module names. */
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|