libp2p-ts/tsconfig.json
2020-02-04 19:49:45 -06:00

14 lines
187 B
JSON

{
"exclude": [
"build/**/*",
"**/build/**/*"
],
"compilerOptions": {
"skipLibCheck": true,
"typeRoots": [
"./types",
"./node_modules/@types"
]
}
}