libp2p-ts/tsconfig.json
2019-10-28 17:14:59 +01:00

15 lines
248 B
JSON

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