libp2p-ts/tsconfig.json
2019-10-22 11:01:36 +02:00

11 lines
190 B
JSON

{
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
"compilerOptions": {
"skipLibCheck": true,
"typeRoots": [
"./types",
"./node_modules/@types"
]
}
}