testweave-sdk
Version:
This is the SDK of TestWeave. TestWeave is the testing environment of the Arweave.
22 lines (21 loc) • 428 B
JSON
{
"compilerOptions": {
"moduleResolution": "node",
"target": "ES5",
"module": "CommonJS",
"lib": ["ESNext", "DOM"],
"sourceMap": true,
"declaration": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"outDir": "dist"
},
"include": [
"src"
],
"exclude": [
"tests",
"dist",
"node_modules"
]
}