You need to sign in or sign up before continuing.
tsconfig.app.json 194 Bytes
Newer Older
Erina JUVENTIN's avatar
Erina JUVENTIN committed
1 2 3 4 5 6 7 8 9 10 11 12
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "module": "es2015",
    "types": []
  },
  "exclude": [
    "src/test.ts",
    "**/*.spec.ts"
  ]
}