UNPKG

@archon-inc/sdk

Version:

Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk

17 lines 402 B
{ "compilerOptions": { "declaration": true, "declarationMap": true, "declarationDir": "./dist/types", "outDir": "./dist", "rootDir": "./src", "strict": true, "target": "ES2020", // Adjust if needed "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, }, "include": [ "src" ] }