Guest User

Untitled

a guest
Dec 11th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "extends": "./tsconfig.es5.json",
  3. "compilerOptions": {
  4. "emitDecoratorMetadata": true,
  5. "experimentalDecorators": true,
  6. "outDir": "../out-tsc/spec",
  7. "module": "commonjs",
  8. "target": "es6",
  9. "baseUrl": "",
  10. "types": [
  11. "jest",
  12. "node"
  13. ]
  14. },
  15. "files": [
  16. "**/*.spec.ts"
  17. ]
  18. }
  19.  
  20. {
  21. "extends": "./tsconfig.es5.json",
  22. "compilerOptions": {
  23. "emitDecoratorMetadata": true,
  24. "experimentalDecorators": true,
  25. "outDir": "../out-tsc/spec",
  26. "module": "commonjs",
  27. "types": [
  28. "jasmine",
  29. "node"
  30. ]
  31. },
  32. "files": [
  33. "test.ts",
  34. "polyfills.ts"
  35. ],
  36. "include": [
  37. "**/*.spec.ts",
  38. "**/*.d.ts"
  39. ]
  40. }
Add Comment
Please, Sign In to add comment