Skip to content
Snippets Groups Projects
Select Git revision
  • e221f14eb35799516246e2c101e429cb44a9e5ae
  • master default protected
  • patch-12
  • patch-11
  • patch-10
  • patch-9
  • patch-8
  • patch-7
  • patch-6
  • patch-5
  • patch-4
  • patch-3
  • patch-2
  • patch-1
  • sudheer.kumar-master-patch-73633
  • sudheer.kumar-master-patch-44095
  • sudheer.kumar-master-patch-80809
17 results

m2i_uat_web_0.2.323v_May31.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"]
    }