solana/web3.js/tsconfig.d.json

8 lines
122 B
JSON
Raw Normal View History

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