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.

20 lines
400 B

4 years ago
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "lib": ["es2015"],
  5. "module": "commonjs",
  6. "declaration": true,
  7. "rootDir": ".",
  8. "strict": true,
  9. "noUnusedLocals": true,
  10. "noUnusedParameters": true,
  11. "noImplicitReturns": true,
  12. "moduleResolution": "node",
  13. "esModuleInterop": true,
  14. "stripInternal": true
  15. },
  16. "exclude": [
  17. "node_modules",
  18. "test/data"
  19. ]
  20. }