sbv2-solana/programs/anchor-feed-parser/tsconfig.json

16 lines
445 B
JSON

{
"compilerOptions": {
"types": ["mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"module": "CommonJS",
"noEmit": true,
"esModuleInterop": true,
"moduleResolution": "node16",
"paths": {
"@switchboard-xyz/solana.js": ["../../javascript/solana.js"]
}
},
"include": ["tests/**/*", "client/**/*", "./target/types/anchor_feed_parser"],
"references": [{ "path": "../../javascript/solana.js" }]
}