15 lines
229 B
JSON
15 lines
229 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": [
|
||
|
"vitest/globals",
|
||
|
],
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"src/",
|
||
|
"test/"
|
||
|
],
|
||
|
}
|