版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

21 строка
400 B

  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. }