mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-15 17:50:50 +00:00
15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
|
|
"exclude": [
|
|
"build/**/*",
|
|
"**/build/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"typeRoots": [
|
|
"./types",
|
|
"./node_modules/@types"
|
|
]
|
|
}
|
|
}
|