2025-06-14 04:48:00 +08:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2025-06-16 10:23:47 +08:00
|
|
|
"composite": true,
|
2025-06-14 04:48:00 +08:00
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "dist",
|
2025-06-16 10:23:47 +08:00
|
|
|
"tsBuildInfoFile": "dist/tsconfig.build.tsbuildinfo"
|
2025-06-14 04:48:00 +08:00
|
|
|
},
|
|
|
|
"include": ["src/**/*.ts"],
|
|
|
|
"exclude": ["**/*.test.ts"],
|
|
|
|
"references": []
|
|
|
|
}
|