Advertisement
Guest User

tsconfig.spec.json

a guest
Apr 6th, 2020
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.30 KB | None | 0 0
  1. {
  2.   "extends": "../tsconfig.json",
  3.   "compilerOptions": {
  4.     "outDir": "../out-tsc/spec",
  5.     "types": [
  6.       "jasmine",
  7.       "node"
  8.     ]
  9.   },
  10.   "files": [
  11.     "karmaTest.ts",
  12.     "polyfills.ts",
  13.     "polyfills.test.ts"
  14.   ],
  15.   "include": [
  16.     "**/*.spec.ts",
  17.     "**/*.d.ts"
  18.   ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement