Skip to content
Snippets Groups Projects
Select Git revision
  • 73910bb5d04ce1595a47711a8e05d18c9b3d6edc
  • master default protected
  • patch-3
  • patch-2
  • patch-1
  • reema.dsouza-master-patch-33302
  • reema.dsouza-master-patch-24112
  • reema.dsouza-master-patch-50156
8 results

m2i_UAT_web_0.2.318v_may23.zip

Blame
  • Forked from Harish R / icci_m2i_build_sharing
    Source project has a limited visibility.
    tsconfig.app.json 665 B
    {
      "compilerOptions": {
        "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
        "target": "ES2020",
        "useDefineForClassFields": true,
        "lib": ["ES2020", "DOM", "DOM.Iterable"],
        "module": "ESNext",
        "skipLibCheck": true,
    
        /* Bundler mode */
        "moduleResolution": "bundler",
        "allowImportingTsExtensions": true,
        "isolatedModules": true,
        "moduleDetection": "force",
        "noEmit": true,
        "jsx": "react-jsx",
    
        /* Linting */
        "strict": true,
        "noUnusedLocals": true,
        "noUnusedParameters": true,
        "noFallthroughCasesInSwitch": true,
        "noUncheckedSideEffectImports": true
      },
      "include": ["src"]
    }