Advertisement
Guest User

Untitled

a guest
Apr 11th, 2023
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.53 KB | None | 0 0
  1. {
  2.     "compilerOptions": {
  3.         "lib": [
  4.             "es6"
  5.         ],
  6.         "module": "CommonJS",
  7.         "moduleResolution": "node",
  8.         "outDir": "dist",
  9.         "resolveJsonModule": true,
  10.         "emitDecoratorMetadata": true,
  11.         "esModuleInterop": true,
  12.         "experimentalDecorators": true,
  13.         "sourceMap": true
  14.     },
  15.     "include": [
  16.         "src/**/*.ts",
  17.         "src/**/*.js",
  18.         "*.ts",
  19.         "*.js"
  20.     ],
  21.     "exclude": [
  22.         "node_modules",
  23.         "**/*.spec.ts"
  24.     ],
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement