Guest User

Untitled

a guest
Jan 15th, 2020
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "moduleResolution": "node",
  5. "declaration": true,
  6. "removeComments": true,
  7. "allowSyntheticDefaultImports": true,
  8. "emitDecoratorMetadata": true,
  9. "experimentalDecorators": true,
  10. "target": "es2017",
  11. "sourceMap": true,
  12. "outDir": "./dist",
  13. "baseUrl": "./",
  14. "incremental": true,
  15. "skipLibCheck": true,
  16. "strict": true,
  17. "esModuleInterop": true
  18. },
  19. "include": ["src/**/*"],
  20. "exclude": ["node_modules", "dist"]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment