mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 17:48:13 +00:00
13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"strict": false
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["schemas"]
|
|
}
|