UNPKG

rxdb

Version:

A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/

19 lines (18 loc) 243 B
{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "allowJs": true }, "include": [ ".", "**/*.js", "**/*.ts", "**/*.json", ".eslintrc.json" ], "exclude": [ "dist", "docs" ] }