lowcode-engine/runtime/router/tsconfig.json
2024-03-22 16:43:49 +08:00

11 lines
189 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"paths": {
"@alilc/renderer-core": ["runtime/renderer-core"],
}
},
"include": ["src"]
}