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

9 lines
133 B
JSON

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