ipld-garbage
Version:
Garbage data generator for the IPLD Data Model
46 lines (45 loc) • 1.02 kB
JSON
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": false,
"noImplicitAny": true,
"noImplicitThis": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictFunctionTypes": false,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"strictBindCallApply": true,
"strict": true,
"alwaysStrict": true,
"esModuleInterop": true,
"target": "ES2018",
"moduleResolution": "node",
"declaration": true,
"declarationMap": true,
"outDir": "types",
"skipLibCheck": true,
"stripInternal": true,
"resolveJsonModule": true,
"emitDeclarationOnly": true,
"baseUrl": ".",
"paths": {
"ipld-garbage": [
"./ipld-garbage.js"
]
}
},
"include": [
"ipld-garbage.js",
"to-string.js"
],
"exclude": [
"node_modules",
"esm",
"cjs"
],
"compileOnSave": false
}