No repository description.
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"lib": ["ES2022"],
"noEmit": true,
"types": ["node"]
},
"include": ["**/*.ts"]
}