mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-16 10:10:51 +00:00
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"typeRoots": [
|
|
"./types",
|
|
"./node_modules/@types"
|
|
]
|
|
}
|
|
}
|