mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
16 lines
282 B
JSON
16 lines
282 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": ["esnext", "dom"],
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"**/test",
|
|
"**/lib"
|
|
]
|
|
} |