mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-04 02:56:33 +00:00
10 lines
168 B
JSON
10 lines
168 B
JSON
|
{
|
||
|
"extends": "aegir/src/config/tsconfig.aegir.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist"
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
"test"
|
||
|
]
|
||
|
}
|