2023-01-11 15:42:21 +00:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig-base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"types": ["node", "jest"],
|
|
|
|
"rootDir": ".",
|
2024-12-25 14:51:21 +00:00
|
|
|
"outDir": "../tests-compiled",
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "bundler"
|
2023-01-11 15:42:21 +00:00
|
|
|
}
|
|
|
|
}
|