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

3 лет назад
12345678910111213141516
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "commonjs",
  5. "outDir": "./dist",
  6. "strict": true,
  7. "strictPropertyInitialization": false,
  8. "resolveJsonModule": true,
  9. "esModuleInterop": true,
  10. "experimentalDecorators": true,
  11. "emitDecoratorMetadata": true,
  12. "skipLibCheck": true,
  13. "forceConsistentCasingInFileNames": true,
  14. "allowJs": true
  15. }
  16. }