Files
solana/web3.js/tsconfig.d.json

7 lines
90 B
JSON
Raw Normal View History

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