mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-03-16 02:20:50 +00:00
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"extends": "./node_modules/aegir/src/config/tsconfig.aegir.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|