2025-12-03 16:20:23 +08:00
|
|
|
{
|
2025-12-03 21:04:59 +08:00
|
|
|
"extends": "../../tsconfig.base.json",
|
2025-12-03 16:20:23 +08:00
|
|
|
"compilerOptions": {
|
2025-12-03 21:04:59 +08:00
|
|
|
"composite": true,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"declarationMap": true,
|
|
|
|
|
"outDir": "./dist",
|
|
|
|
|
"rootDir": "./src"
|
|
|
|
|
},
|
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
2025-12-03 16:20:23 +08:00
|
|
|
}
|