UNPKG

@orvium/orvium-tools

Version:

Set of tools to interact with Orvium API

13 lines 294 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist" }, "include": ["src/**/*.ts", "index.ts"], "exclude": ["node_modules"] }