@eco-foundation/routes-ts
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 choise.
17 lines (16 loc) • 409 B
JSON
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"declaration": true,
"declarationDir": "./dist",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src/**/*.ts", "scripts/**/*.ts"],
"exclude": ["node_modules", "**/*.test.ts"]
}