Skip to content
Snippets Groups Projects
tsconfig.json 500 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    /* To learn more about this file see: https://angular.io/config/tsconfig. */
    {
      "compileOnSave": false,
      "compilerOptions": {
        "baseUrl": "./",
        "outDir": "./dist/out-tsc",
        "sourceMap": true,
        "declaration": false,
        "downlevelIteration": true,
        "experimentalDecorators": true,
        "moduleResolution": "node",
        "importHelpers": true,
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "target": "es2015",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "module": "es2020",
    
        "lib": ["es2018", "dom"],
        "resolveJsonModule": true,
        "esModuleInterop": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      }
    }