Fix bugs in attribute outputs page
[sdc.git] / catalog-ui / src / tsconfig.spec.json
1 {
2   "extends": "./tsconfig.json",
3   "compilerOptions": {
4     "allowJs": true,
5     "outDir": "../out-tsc/spec",
6     "module": "commonjs",
7     "target": "es5",
8     "emitDecoratorMetadata": true,
9     "lib": [ "es2015" ],
10     "baseUrl": ".",
11     "types": [
12       "jest",
13       "node"
14     ]
15   },
16   "files": [
17     "polyfills.ts"
18   ],
19   "include": [
20     "**/*.spec.ts",
21     "**/*.d.ts"
22   ]
23   
24 }