2025-12-24 22:49:29 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": false,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"declarationMap": true,
|
|
|
|
|
"outDir": "./dist",
|
|
|
|
|
"rootDir": "./src",
|
|
|
|
|
"moduleResolution": "node"
|
|
|
|
|
},
|
|
|
|
|
"include": ["src/**/*"],
|
2025-12-25 14:03:12 +08:00
|
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts"],
|
|
|
|
|
"references": [
|
|
|
|
|
{ "path": "../blueprint" }
|
|
|
|
|
]
|
2025-12-24 22:49:29 +08:00
|
|
|
}
|