Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 861 Bytes

readme.md

File metadata and controls

23 lines (20 loc) · 861 Bytes

Add tsconfig.js

{
    "compilerOptions": {
      "target": "ES6", // Compile to ES6 JavaScript
      "module": "CommonJS", // Use CommonJS modules
      "strict": true, // Enable strict type-checking
      "sourceMap": true, // Generate source maps for debugging
      "esModuleInterop": true, // Enable ES module interop
      "outDir": "./dist", // Output compiled files to the 'dist' directory
      "rootDir": "./src", // Set the root directory for TypeScript files
      "skipLibCheck": true, // Skip type-checking of declaration files
      "allowJs": true // Allow JavaScript files to be compiled
    },
    // "include": ["pages/**/*", "utils/**/*"], // Include all files in the 'pages' directory
    "exclude": ["node_modules", "tests", "test-data"] // Exclude 'node_modules' and 'tests'
}

elk kibana docker k8s 3rd party integration - JIRA