react-filter-box
Version:
Conditional filter supports OR/AND, bracket, Highlighting, Autocomplete, and high extensibility
19 lines (18 loc) • 385 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"removeComments": true,
"skipLibCheck": true,
"jsx": "react",
"target": "es5",
"module": "commonjs",
"sourceMap": true,
"declaration": true,
"outDir": "lib"
// "allowSyntheticDefaultImports":true
},
"awesomeTypescriptLoaderOptions": {
/* ... */
},
"exclude": ["node_modules", "lib"]
}