Files
wukuang/packages/core-utils/tsconfig.json
T

12 lines
245 B
JSON
Raw Normal View History

2026-05-23 14:05:22 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.web.json",
"compilerOptions": {
"paths": {
"@lingshu/types/*": ["../types/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}