2025-04-02 17:28:02 +08:00
|
|
|
{
|
2025-06-19 15:52:41 +08:00
|
|
|
"extends": "../../tsconfig.build.json",
|
2025-04-02 17:28:02 +08:00
|
|
|
"compilerOptions": {
|
2025-06-19 15:52:41 +08:00
|
|
|
"isolatedDeclarations": false
|
2025-04-02 17:28:02 +08:00
|
|
|
},
|
2025-06-16 10:23:47 +08:00
|
|
|
"references": [{ "path": "../zod-validator/tsconfig.build.json" }]
|
2025-04-02 17:28:02 +08:00
|
|
|
}
|