mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-15 23:20:51 +00:00
17 lines
292 B
JSON
17 lines
292 B
JSON
{
|
|
"extends": "aegir/src/config/tsconfig.aegir.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test"
|
|
],
|
|
"exclude": [
|
|
"src/circuit/pb/index.js",
|
|
"src/fetch/pb/proto.js",
|
|
"src/identify/pb/message.js",
|
|
"src/insecure/pb/proto.js"
|
|
]
|
|
}
|