2024-11-17 04:36:39 +08:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist",
|
|
|
|
"experimentalDecorators": true,
|
2025-03-27 12:13:54 +08:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"types": ["vitest/globals"]
|
|
|
|
}
|
2024-11-17 04:36:39 +08:00
|
|
|
}
|