Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. "compilerOptions": { 
  2. "target": "es6",  
  3. "module": "commonjs",  
  4. "outDir": "./dist",  
  5. "resolveJsonModule": true,  
  6. "strict": true,  
  7. "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true  
  8. },  
  9. "exclude": ["node_modules"],  
  10. "include": ["src/**/*.ts"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement