solana/web3.js/tsconfig.d.json

8 lines
130 B
JSON

{
"extends": "./tsconfig.library.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"stripInternal": true
}
}