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

10 lines
138 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib"
},
"include": [
"./src/", "../../index.ts"
]
}