Remove mso-oof-adapter from SO
[so.git] / so-monitoring / so-monitoring-ui / src / main / frontend / src / tsconfig.spec.json
1 {
2   "extends": "../tsconfig.json",
3   "compilerOptions": {
4     "outDir": "../out-tsc/spec",
5     "module": "commonjs",
6     "types": [
7       "jasmine",
8       "node"
9     ]
10   },
11   "files": [
12     "test.ts",
13     "polyfills.ts"
14   ],
15   "include": [
16     "**/*.spec.ts",
17     "**/*.d.ts"
18   ]
19 }