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