aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/tsconfig.app.json
blob: 4339f4d4be282602b3e25c4b28cb493cd7b36bef (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                





                                                

   
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "baseUrl": "./",
    "module": "es2015",
    "types": []
  },
  "exclude": [
    "test.ts",
    "**/*.spec.ts",
    "../node_modules/ngx-clipboard/**/*.spec.ts"
  ],
  "include": [
    "**/*.ts",
    "../node_modules/ngx-clipboard/*/**.ts"
  ]
}