Guest User

Untitled

a guest
Jan 11th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.64 KB | None | 0 0
  1. {
  2.   "compileOnSave": false,
  3.   "compilerOptions": {
  4.     "baseUrl": "./",
  5.     "outDir": "./dist/out-tsc",
  6.     "sourceMap": true,
  7.     "declaration": false,
  8.     "downlevelIteration": true,
  9.     "experimentalDecorators": true,
  10.     "module": "esnext",
  11.     "paths": {
  12.       "exceljs": [ "node_modules/exceljs/dist/exceljs.min.js" ]
  13.     },
  14.     "moduleResolution": "node",
  15.     "importHelpers": true,
  16.     "target": "es2015",
  17.     "typeRoots": [
  18.       "node_modules/@types"
  19.     ],
  20.     "lib": [
  21.       "es2018",
  22.       "dom"
  23.     ]
  24.   },
  25.   "angularCompilerOptions": {
  26.     "fullTemplateTypeCheck": true,
  27.     "strictInjectionParameters": true
  28.   }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment