Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "compilerOptions": {
  3.         "module": "commonjs",
  4.         "esModuleInterop": true,
  5.         "target": "es6",
  6.         "noImplicitAny": false,
  7.         "sourceMap": true,
  8.         "sourceRoot": "src",
  9.         "noImplicitThis": true,
  10.         "outDir": "lib/background",
  11.         "noEmitOnError": true,
  12.         "typeRoots": [ "node_modules/@types", "src/types"]
  13.     },
  14.     "include": [
  15.         "./src/**/*"
  16.     ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement