]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/tsconfig.app.json
LP1859706 Map Angular cat "Patron View" to AngJS "OPAC View"
[working/Evergreen.git] / Open-ILS / src / eg2 / src / tsconfig.app.json
1 {
2   "extends": "../tsconfig.json",
3   "compilerOptions": {
4     "outDir": "../out-tsc/app",
5     "types": []
6   },
7   "exclude": [
8     "test.ts",
9     "**/*.spec.ts"
10   ]
11 }