21 lines
444 B
JSON
21 lines
444 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["mocha", "chai"],
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"module": "CommonJS",
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"rootDir": "../",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@switchboard-xyz/solana.js": ["../solana.js"]
|
|
}
|
|
},
|
|
"include": [
|
|
"./tests/**/*",
|
|
"./src/**/*",
|
|
"./target/types/anchor_feed_parser"
|
|
],
|
|
"references": [{ "path": "../" }]
|
|
}
|