UNPKG

@eco-foundation/routes

Version:

The Eco Routes Protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choice.

21 lines 381 B
{ "compilerOptions": { "target": "es2020", "module": "commonjs", "declaration": true, "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "resolveJsonModule": true }, "include": [ "*.ts", "src/**/*.ts" ], "exclude": [ "node_modules", "dist" ] }