13 lines
350 B
JSON
13 lines
350 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
|
"extends": "../../tsconfig.web.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"paths": {
|
||
|
|
"@busi-comp/*": ["../business-components/src/*"],
|
||
|
|
"@lingshu/types/*": ["../types/*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"exclude": ["node_modules", "lib", "dist", "**/*.test.ts", "**/__tests__/*"]
|
||
|
|
}
|