22 lines
829 B
Plaintext
22 lines
829 B
Plaintext
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["../../apps/lcdp/src/*"],
|
||
|
|
"~@/*": ["../form-designer/src/*"],
|
||
|
|
"@lingshu/core-utils": ["../core-utils/src/index.ts"],
|
||
|
|
"@lingshu/business-components": ["../business-components/src/index.ts"],
|
||
|
|
"@lingshu/form-create": ["../form-create/src/index.ts"],
|
||
|
|
"@lingshu/lowcode-create": ["../lowcode-create/src/index.ts"],
|
||
|
|
"@lingshu/form-designer": ["../form-designer/src/index.ts"],
|
||
|
|
"@lingshu/ai-agents": ["./src/index.ts"],
|
||
|
|
"@lingshu/types": ["../types/index.ts"]
|
||
|
|
},
|
||
|
|
"outDir": "./lib"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"exclude": ["node_modules", "lib", "dist", "**/*.test.ts", "**/__tests__/*"]
|
||
|
|
}
|