UNPKG

@paraswap/core

Version:

Common library used between different paraswap packages

21 lines 500 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "lib": ["es2019"], "module": "commonjs", "noImplicitAny": true, "outDir": "./build/", "preserveConstEnums": true, "strictNullChecks": true, "strict": true, "sourceMap": true, "declaration": true, "skipLibCheck": true, "target": "es2019", "resolveJsonModule": true, "allowJs": true, "typeRoots": ["node_modules/@types"], "esModuleInterop": true }, "include": ["src/*"] }