24 lines
717 B
JSON
24 lines
717 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.web.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo",
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./src/*"],
|
||
|
|
"~@/*": ["../../packages/form-designer/src/*"],
|
||
|
|
"@busi-comp/*": ["../../packages/business-components/src/*"],
|
||
|
|
"@lingshu/business-module": ["../../packages/business-module/src/index.ts"],
|
||
|
|
"@lingshu/business-module/*": ["../../packages/business-module/src/*"],
|
||
|
|
"@lingshu/types/*": ["../../packages/types/*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"references": [{ "path": "./tsconfig.node.json" }],
|
||
|
|
"include": [
|
||
|
|
"src/**/*.ts",
|
||
|
|
"src/**/*.tsx",
|
||
|
|
"src/**/*.vue",
|
||
|
|
"env.d.ts",
|
||
|
|
"monaco.dts/**/*.d.ts"
|
||
|
|
]
|
||
|
|
}
|