mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-16 09:54:37 +00:00
fb99e690a6
Trying to debug these tests in CI is incredibly difficult and since they depend on older versions of previously published modules, if something breaks due to a bug in released code it's very hard to fix it. Instead follow the pattern in the perf tests and include the full test implementations here.
11 lines
147 B
JSON
11 lines
147 B
JSON
{
|
|
"extends": "aegir/src/config/tsconfig.aegir.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test"
|
|
]
|
|
}
|