Skip to content
Snippets Groups Projects
tsconfig.json 543 B
Newer Older
François Agneray's avatar
François Agneray committed
{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
François Agneray's avatar
François Agneray committed
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "downlevelIteration": true,
François Agneray's avatar
François Agneray committed
    "experimentalDecorators": true,
    "module": "es2020",
    "moduleResolution": "node",
    "importHelpers": true,
    "target": "es2015",
François Agneray's avatar
François Agneray committed
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
François Agneray's avatar
François Agneray committed
      "dom"
  },
  "angularCompilerOptions": {
    "fullTemplateTypeCheck": true,
    "strictInjectionParameters": true
François Agneray's avatar
François Agneray committed
  }