Advertisement
Guest User

Untitled

a guest
Apr 13th, 2018
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. {
  2.     "compilerOptions": {
  3.       "declaration": true,
  4.       "module": "commonjs",
  5.       "moduleResolution": "node",
  6.       "lib": [
  7.         "ESNext"
  8.       ],
  9.       "target": "es2015",
  10.       "strict": true,
  11.       "outDir": "./lib",
  12.       "preserveConstEnums": true,
  13.       "removeComments": true,
  14.       "inlineSourceMap": true,
  15.       "typeRoots": [
  16.         "./node_modules/@types"
  17.       ]
  18.     },
  19.     "include": [
  20.       "src/**/*"
  21.     ],
  22.     "exclude": [
  23.       "node_modules",
  24.       "**/*-spec.ts"
  25.     ]
  26.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement