2021-05-24 13:25:02 +03:00
|
|
|
{
|
2022-03-04 00:36:30 +01:00
|
|
|
"extends": "../tsconfig.json",
|
2021-05-24 13:25:02 +03:00
|
|
|
"compilerOptions": {
|
2021-09-20 23:53:49 +03:00
|
|
|
"types": ["node", "jest"],
|
|
|
|
"rootDir": ".",
|
|
|
|
"outDir": "../tests-compiled"
|
2021-05-24 13:25:02 +03:00
|
|
|
}
|
|
|
|
}
|