UNPKG

@nekoproject/swap

Version:

Cross-chain Swap Token

12 lines 324 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "declarationDir": "declarations", "emitDeclarationOnly": true, "stripInternal": true, "noImplicitAny": false, // https://www.typescriptlang.org/tsconfig#skipLibCheck "skipLibCheck": true }, "include": ["src/*.ts"] }