22 lines
653 B
JSON
22 lines
653 B
JSON
{
|
|
"extends": "../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo",
|
|
"baseUrl": ".",
|
|
"ignoreDeprecations": "5.0",
|
|
"paths": {
|
|
"~@/*": ["./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"
|
|
]
|
|
}
|