smart-filtero
Version:
This is an NPM package that filters out the data based on the given conditions
35 lines (34 loc) • 697 B
JSON
{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "dist",
"module": "esnext",
"target": "es6",
"lib": [ "dom",
"dom.iterable",
"esnext"
],
"sourceMap": true,
"allowJs": true,
"jsx": "react",
"moduleResolution": "node",
"rootDir": "src",
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*", "global.d.ts"],
"exclude": [
"node_modules",
"build",
]
}