@astronautlabs/jsonpath
Version:
Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.
32 lines • 776 B
JSON
{
"compilerOptions": {
"declaration": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./dist",
"esModuleInterop": true,
"sourceMap": true,
"target": "es5",
"lib": [
"es2016",
"dom"
]
},
"include": [
"./src/**/*.ts"
],
"typedocOptions": {
"mode": "file",
"out": "docs",
"target": "ES5",
"excludeExternals": true,
"excludePrivate": true,
"excludeNotExported": true,
"externalPattern": "**/node_modules/**",
"exclude": ["**/node_modules/**", "**/*.test.ts"],
"categoryOrder": [
"Entrypoint",
"*"
]
}
}