1
0
mirror of https://github.com/fluencelabs/libp2p-ts synced 2025-03-16 18:20:50 +00:00
libp2p-ts/tsconfig.json

10 lines
164 B
JSON
Raw Normal View History

2018-06-22 15:43:18 +02:00
{
2018-06-24 11:18:49 +02:00
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
"compilerOptions": {
"typeRoots": [
"./types",
"./node_modules/@types"
]
}
2018-06-22 15:43:18 +02:00
}