UNPKG

blow-query

Version:

Programmatically build queries which can be returned as JSON Object and used to fetch data from many sources.

20 lines (19 loc) 363 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "removeComments": true, "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": false, "moduleResolution": "node", "outDir": "lib", "rootDir": "src" }, "exclude": [ "node_modules", "test", "lib" ] }