lowcode-engine/packages/plugin-command/tsconfig.json

8 lines
110 B
JSON
Raw Normal View History

2024-03-27 10:39:41 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"]
}