2025-12-22 16:12:34 +08:00
|
|
|
{
|
2026-01-17 16:15:36 +08:00
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
2026-04-12 02:04:21 +08:00
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo"
|
2026-01-17 16:15:36 +08:00
|
|
|
},
|
|
|
|
|
"include": ["**/*.ts"],
|
|
|
|
|
"exclude": ["dist", "node_modules"]
|
2025-12-22 16:12:34 +08:00
|
|
|
}
|