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