UNPKG

@orbitdb/set-db

Version:

Set database type for orbit-db.

38 lines (35 loc) 928 B
{ "compilerOptions": { "allowJs": false, "baseUrl": ".", "declaration": true, "esModuleInterop": true, "incremental": true, "importHelpers": true, "jsx": "react", "lib": ["dom", "esnext"], "module": "esnext", "moduleResolution": "node", "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": false, "noUnusedParameters": false, "paths": { "@/*": ["src/*"] }, "outDir": "./dist", "sourceMap": true, "strict": true, "strictPropertyInitialization": false, "strictNullChecks": false, "target": "esnext", "useUnknownInCatchVariables": false, "skipLibCheck": true, "experimentalDecorators": true, "plugins": [ { "transform": "typescript-transform-paths" }, { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, "include": ["src", "@types", "test"] }