lowcode-engine/packages/react-renderer/tsconfig.json

10 lines
120 B
JSON
Raw Permalink Normal View History

2022-01-25 15:30:17 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib"
},
"include": [
"./src/"
]
}