Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

15 rader
292 B

  1. {
  2. "compilerOptions": {
  3. "declaration": true,
  4. "outDir": "dist/",
  5. "sourceMap": true,
  6. "strict": true,
  7. "target": "ES5",
  8. "esModuleInterop": true,
  9. "noErrorTruncation": true,
  10. "noUnusedLocals": true,
  11. "noUnusedParameters": true
  12. },
  13. "include": ["src/**/*.ts"]
  14. }