2025-04-02 17:28:02 +08:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2025-06-19 15:52:41 +08:00
|
|
|
"outDir": "../../dist/packages/zod-openapi",
|
2025-06-13 15:18:23 +08:00
|
|
|
"types": ["vitest/globals"]
|
2025-04-02 17:28:02 +08:00
|
|
|
},
|
2025-06-19 15:52:41 +08:00
|
|
|
"references": []
|
2025-06-13 15:18:23 +08:00
|
|
|
}
|