UNPKG

@cheethas/splits-sdk

Version:

Fork of the splits SDK for the 0xSplits protocol, testing experimental features

15 lines (14 loc) 235 B
{ "extends": "../../tsconfig.json", "baseUrl": "./src", "compilerOptions": { "outDir": "./dist" }, "include": ["./src"], "exclude": [ "dist", "node_modules", "./**/*.test.ts", "./src/testing/**/*" ] }