Skip to content
Snippets Groups Projects
tsconfig.app.json 280 B
Newer Older
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "baseUrl": "../../apps/maarch_entreprise/",
    "module": "es2015",
    "types": []
  },
  "exclude": [
    "**/*.spec.ts"
  ],
  "angularCompilerOptions": {
    "enableIvy": false
  }