UNPKG

@cryptoscan/orca-sdk

Version:

The fastest and easiest way to trade on Orca.

22 lines (21 loc) 497 B
{ "compilerOptions": { "rootDir": "./lib", "lib": ["ESNext", "DOM"], "module": "node16", "moduleResolution": "node16", "moduleDetection": "force", "target": "ES2022", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": false, "noUnusedParameters": false, "allowSyntheticDefaultImports": true, "noPropertyAccessFromIndexSignature": false }, "include": [ "./lib/**/*" ] }