17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["mocha", "chai"],
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"lib": ["es2015"],
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"esModuleInterop": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@switchboard-xyz/solana.js": ["../../javascript/solana.js"]
|
|
}
|
|
},
|
|
"exclude": ["target"],
|
|
"references": [{ "path": "../../javascript/solana.js" }]
|
|
}
|