2020-04-28 12:47:35 +03:00
|
|
|
{
|
2022-03-16 16:10:14 +02:00
|
|
|
"extends": "../tsconfig.common.json",
|
2020-04-28 12:47:35 +03:00
|
|
|
"compilerOptions": {
|
2021-09-24 00:27:16 +03:00
|
|
|
"types": ["node", "jest"],
|
|
|
|
"rootDir": ".",
|
|
|
|
"outDir": "../tests-compiled"
|
2020-04-28 12:47:35 +03:00
|
|
|
}
|
|
|
|
}
|