You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
312B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "commonjs",
  5. "lib": ["es6", "es2015", "dom"],
  6. "declaration": true,
  7. "outDir": "lib",
  8. "rootDir": "src",
  9. "strict": true,
  10. "types": ["node"],
  11. "esModuleInterop": true,
  12. "resolveJsonModule": true,
  13. "declarationMap": true
  14. }
  15. }