series-extractor
Version:
A TypeScript library for extracting data series from nested objects and arrays using a custom syntax.
22 lines (21 loc) • 358 B
JSON
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"types": ["jest"]
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}