solana/web3.js/tsconfig.json

10 lines
155 B
JSON

{
"compilerOptions": {
"composite": true
},
"references": [
{"path": "./tsconfig.library.json"},
{"path": "./tsconfig.tests.json"}
]
}