Files
ISA-Frontend/libs/ui/tsconfig.spec.json
Milos Jovanov 5f3b801d7f [HIMA-111] UI library
- Added folder libs to root of project where our libraries will be
- Moved search-input and card components to UI library
- Updated FE to use new UI library
2019-03-05 12:45:10 +01:00

18 lines
246 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
"jasmine",
"node"
]
},
"files": [
"src/test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}