UNPKG

@mbears/kql

Version:

Translate KQL to ESQuery

24 lines (23 loc) 528 B
{ "include": [ "src", ], "compilerOptions": { "module": "CommonJS", "target": "es2018", "outDir": "dist", "noEmit": true, "jsx": "react-jsx", "esModuleInterop": true, "moduleResolution": "node", "strict": true, "noUnusedLocals": false, "noFallthroughCasesInSwitch": true, "baseUrl": ".", "keyofStringsOnly": true, "skipLibCheck": true, "paths": { "@/*": ["./src/*"] } } }