UNPKG

@fizzyflow/suisql

Version:

SuiSQL is a library and set of tools for working with decentralized SQL databases on the Sui blockchain and Walrus protocol.

11 lines (10 loc) 182 B
{ "extends": "./tsconfig.shared.json", "include": ["src"], "compilerOptions": { "module": "CommonJS", "outDir": "dist/cjs", "isolatedModules": true, "rootDir": "src" } }